Home
last modified time | relevance | path

Searched refs:rBmpData (Results 1 – 5 of 5) sorted by relevance

/trunk/main/canvas/source/cairo/
H A Dcairo_win32_cairo.cxx98 Win32Surface::Win32Surface( const BitmapSystemData& rBmpData ) : in Win32Surface() argument
101 OSL_ASSERT(rBmpData.pDIB == NULL); in Win32Surface()
103 if(rBmpData.pDIB != NULL) { in Win32Surface()
115 OSL_TRACE ("Surface::Surface(): Selecting bitmap %p into DC %p", rBmpData.pDDB, hDC); in Win32Surface()
116 hOrigBitmap = SelectObject( hDC, (HANDLE)rBmpData.pDDB ); in Win32Surface()
H A Dcairo_os2_cairo.cxx104 Os2Surface::Os2Surface( const BitmapSystemData& rBmpData ) : in Os2Surface() argument
109 OSL_ASSERT(rBmpData.pDIB == NULL); in Os2Surface()
111 if(rBmpData.pDIB != NULL) { in Os2Surface()
123 OSL_TRACE ("Surface::Surface(): Selecting bitmap %p into DC %p", rBmpData.pDDB, hDC); in Os2Surface()
124 hOrigBitmap = SelectObject( hDC, (HANDLE)rBmpData.pDDB ); in Os2Surface()
H A Dcairo_win32_cairo.hxx47 Win32Surface( const BitmapSystemData& rBmpData );
H A Dcairo_os2_cairo.hxx43 Os2Surface( const BitmapSystemData& rBmpData );
H A Dcairo_xlib_cairo.hxx82 X11Surface( const X11SysData& rSysData, const BitmapSystemData& rBmpData );

Completed in 23 milliseconds