Lines Matching refs:rSalBitmap

278 					 const SalTwoRect& rPosAry, const Os2SalBitmap& rSalBitmap,  in ImplDrawBitmap()  argument
284 HBITMAP hDrawDDB = rSalBitmap.ImplGethDDB(); in ImplDrawBitmap()
287 PM_BOOL bDrawDDB1 = ( ( rSalBitmap.GetBitCount() == 1 ) && hDrawDDB ); in ImplDrawBitmap()
292 pTmpSalBmp->Create( rSalBitmap, rSalBitmap.GetBitCount() ); in ImplDrawBitmap()
296 hDrawDIB = rSalBitmap.ImplGethDIB(); in ImplDrawBitmap()
300 HANDLE hSubst = rSalBitmap.ImplGethDIB1Subst(); in ImplDrawBitmap()
305 long nInfoSize = *(ULONG*) pBI + rSalBitmap.ImplGetDIBColorCount( hDrawDIB ) * sizeof( RGB2 ); in ImplDrawBitmap()
326 ( (Os2SalBitmap&) rSalBitmap ).ImplReplacehDIB1Subst( hSubst ); in ImplDrawBitmap()
333 nInfoSize = *(ULONG*) pBI + rSalBitmap.ImplGetDIBColorCount( hSubst ) * sizeof( RGB2 ); in ImplDrawBitmap()
409 pts[2].y = rSalBitmap.GetSize().Height() - ( rPosAry.mnSrcY + rPosAry.mnSrcHeight ); in ImplDrawBitmap()
411 pts[3].y = rSalBitmap.GetSize().Height() - rPosAry.mnSrcY; in ImplDrawBitmap()
428 void Os2SalGraphics::drawBitmap( const SalTwoRect& rPosAry, const SalBitmap& rSalBitmap ) in drawBitmap() argument
431 rPosAry, static_cast<const Os2SalBitmap&>(rSalBitmap), in drawBitmap()
439 const SalBitmap& rSalBitmap, in drawBitmap() argument
445 drawBitmap( rPosAry, rSalBitmap ); in drawBitmap()
456 const Os2SalBitmap& rSalBitmap = static_cast<const Os2SalBitmap&>(rSSalBitmap); in drawBitmap() local
462 ImplDrawBitmap( mhPS, mnHeight, rPosAry, rSalBitmap, FALSE, ROP_SRCPAINT ); in drawBitmap()
505 ImplDrawBitmap( hMaskPS, nDstHeight, aPosAry, rSalBitmap, FALSE, ROP_SRCERASE ); in drawBitmap()
573 const Os2SalBitmap& rSalBitmap = static_cast<const Os2SalBitmap&>(rSSalBitmap); in drawMask() local
598 ImplDrawBitmap( hPS, mnHeight, aPosAry, rSalBitmap, FALSE, 0x00B8L ); in drawMask()