Searched refs:rSurfaceProvider (Results 1 – 5 of 5) sorted by relevance
/trunk/main/canvas/source/cairo/ |
H A D | cairo_devicehelper.cxx | 53 void DeviceHelper::implInit( SurfaceProvider& rSurfaceProvider, in implInit() argument 56 mpSurfaceProvider = &rSurfaceProvider; in implInit() 62 void DeviceHelper::init( SurfaceProvider& rSurfaceProvider, in init() argument 65 implInit(rSurfaceProvider, rRefDevice); in init()
|
H A D | cairo_devicehelper.hxx | 63 void init( SurfaceProvider& rSurfaceProvider, 120 void implInit( SurfaceProvider& rSurfaceProvider,
|
H A D | cairo_canvasbitmap.cxx | 77 const SurfaceProviderRef& rSurfaceProvider, in CanvasBitmap() argument 80 mpSurfaceProvider( rSurfaceProvider ), in CanvasBitmap()
|
H A D | cairo_canvashelper.cxx | 100 SurfaceProvider& rSurfaceProvider, in init() argument 104 mpSurfaceProvider = &rSurfaceProvider; in init() 401 …Reference< rendering::XBitmap >& xBitmap, const SurfaceProviderRef& rSurfaceProvider, unsigned cha… in surfaceFromXBitmap() argument 416 pSurface = rSurfaceProvider->createSurface( aBitmap ); in surfaceFromXBitmap()
|
H A D | cairo_canvashelper.hxx | 81 SurfaceProvider& rSurfaceProvider,
|
Completed in 50 milliseconds