Lines Matching refs:pBitmap
1153 …SalBitmap* pBitmap = pSrc->getBitmap( rPosAry.mnSrcX, rPosAry.mnSrcY, rPosAry.mnSrcWidth, rPosAry.… in copyBits() local
1155 if( pBitmap ) in copyBits()
1160 drawBitmap( aPosAry, *pBitmap ); in copyBits()
1161 delete pBitmap; in copyBits()
1173 SalBitmap* pBitmap = getBitmap( nSrcX, nSrcY, nSrcWidth, nSrcHeight ); in copyArea()
1174 if( pBitmap ) in copyArea()
1185 drawBitmap( aPosAry, *pBitmap ); in copyArea()
1186 delete pBitmap; in copyArea()
1301 AquaSalBitmap* pBitmap = new AquaSalBitmap; in getBitmap() local
1302 if( !pBitmap->Create( mxLayer, mnBitmapDepth, nX, nY, nDX, nDY, !mbWindow ) ) in getBitmap()
1304 delete pBitmap; in getBitmap()
1305 pBitmap = NULL; in getBitmap()
1308 return pBitmap; in getBitmap()