Searched refs:pDDB (Results 1 – 5 of 5) sorted by relevance
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()
581 SalBitmap *pDDB = pSrcGraphics->getBitmap( rPosAry.mnSrcX, in copyBits() local586 if( !pDDB ) in copyBits()595 drawBitmap( aPosAry, *pDDB ); in copyBits()597 delete pDDB; in copyBits()
378 void* pDDB; // if not NULL then this is actually an HBITMAP member
730 rData.pDDB = (void*)mhDDB; in GetSystemData()
1082 rData.pDDB = mhDDB; in GetSystemData()
Completed in 26 milliseconds