Lines Matching refs:pR
491 BitmapReadAccess* pR = aPolyMask.AcquireReadAccess(); in DrawTransparent() local
493 if( pW && pR ) in DrawTransparent()
497 … const BitmapColor aWhite( pR->GetBestMatchingColor( Color( COL_WHITE ) ) ); in DrawTransparent()
498 … const BitmapColor aBlack( pR->GetBestMatchingColor( Color( COL_BLACK ) ) ); in DrawTransparent()
515 if( pR->GetScanlineFormat() == BMP_FORMAT_1BIT_MSB_PAL && in DrawTransparent()
523 Scanline pRScan = pR->GetScanline( nY ); in DrawTransparent()
540 if( pR->GetPixel( nY, nX ) == aBlack ) in DrawTransparent()
548 if( pR->GetScanlineFormat() == BMP_FORMAT_1BIT_MSB_PAL && in DrawTransparent()
556 Scanline pRScan = pR->GetScanline( nY ); in DrawTransparent()
579 if( pR->GetPixel( nY, nX ) == aBlack ) in DrawTransparent()
590 aPolyMask.ReleaseAccess( pR ); in DrawTransparent()