Lines Matching refs:mpSurface
64 mpSurface( pSurface ) in QuartzSurface()
85 mpSurface() in QuartzSurface()
100 mpSurface.reset( in QuartzSurface()
104 cairo_surface_set_device_offset( mpSurface.get(), x, y ); in QuartzSurface()
119 mpSurface() in QuartzSurface()
128 mpSurface.reset(cairo_quartz_surface_create_for_cg_context(rContext, width, height), in QuartzSurface()
131 cairo_surface_set_device_offset( mpSurface.get(), x, y ); in QuartzSurface()
145 if (mpSurface.get()){ in getCairo()
146 return CairoSharedPtr( cairo_create(mpSurface.get()), in getCairo()
171 cairo_surface_create_similar( mpSurface.get(), aContent, width, height ), in getSimilar()
229 if (mpSurface.get()) { in getDepth()
230 switch (cairo_surface_get_content (mpSurface.get())) { in getDepth()
248 if (mpSurface.get()) in getCGContext()
249 return cairo_quartz_surface_get_cg_context(mpSurface.get()); in getCGContext()