Home
last modified time | relevance | path

Searched refs:aSysData (Results 1 – 4 of 4) sorted by path

/trunk/main/canvas/source/cairo/
H A Dcairo_quartz_cairo.cxx304 SystemGraphicsData aSysData = ((const VirtualDevice&) rRefDevice).GetSystemGfxData(); in createSurface() local
306 if (aSysData.rCGContext) in createSurface()
307 … surf = SurfaceSharedPtr(new QuartzSurface(aSysData.rCGContext, x, y, width, height)); in createSurface()
H A Dcairo_win32_cairo.cxx249 SystemGraphicsData aSysData = ((const VirtualDevice&) rRefDevice).GetSystemGfxData(); in createSurface() local
250 if (aSysData.hDC) in createSurface()
251 surf = SurfaceSharedPtr(new Win32Surface((HDC) aSysData.hDC, x, y)); in createSurface()
H A Dcairo_xlib_cairo.cxx232 X11SysData aSysData(maSysData); in getSimilar() local
233 aSysData.pRenderFormat = pFormat; in getSimilar()
235 new X11Surface( aSysData, in getSimilar()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx2761 const SystemGraphicsData aSysData = GetSystemGfxData(); in GetSystemGfxDataAny() local
2762 ::com::sun::star::uno::Sequence< sal_Int8 > aSeq( (sal_Int8*)&aSysData, in GetSystemGfxDataAny()
2763 aSysData.nSize ); in GetSystemGfxDataAny()

Completed in 56 milliseconds