<div>
<div>I am new to cairo and I require a few clarifications regarding it. I need to know the flow off code when cairo implements any drawing 
function. For example in cairo_stroke The last line of code before is</div>
<div> </div>
<div>status = cr->backend->stroke(cr).</div>
<div> </div>
<div>Here does the backend refer to backend surfaces such as a Xlib surface or win32 surface? or does it refer to something else?<br><br>Also is in what specific instances is pixman used by caoio?<br></div>
</div>