Home
last modified time | relevance | path

Searched refs:pDDB (Results 1 – 6 of 6) sorted by relevance

/trunk/main/canvas/source/cairo/
H A Dcairo_win32_cairo.cxx115 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.cxx123 OSL_TRACE ("Surface::Surface(): Selecting bitmap %p into DC %p", rBmpData.pDDB, hDC); in Os2Surface()
124 hOrigBitmap = SelectObject( hDC, (HANDLE)rBmpData.pDDB ); in Os2Surface()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx581 SalBitmap *pDDB = pSrcGraphics->getBitmap( rPosAry.mnSrcX, in copyBits() local
586 if( !pDDB ) in copyBits()
595 drawBitmap( aPosAry, *pDDB ); in copyBits()
597 delete pDDB; in copyBits()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx378 void* pDDB; // if not NULL then this is actually an HBITMAP member
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx730 rData.pDDB = (void*)mhDDB; in GetSystemData()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx1082 rData.pDDB = mhDDB; in GetSystemData()

Completed in 36 milliseconds