Searched refs:cBlack (Results 1 – 3 of 3) sorted by relevance
624 sal_uInt8 cBlack = 0; in CopyPixel() local625 AlphaMask* pAlpha = new AlphaMask( GetSizePixel(), &cBlack ); in CopyPixel()653 sal_uInt8 cBlack = 0; in CopyPixel() local654 const AlphaMask aAlphaSrc( pBmpExSrc->GetSizePixel(), &cBlack ); in CopyPixel()
518 const sal_uInt8 cBlack = aBlack.GetIndex(); in DrawTransparent() local531 if( ( *pRScan & cBit ) == cBlack ) in DrawTransparent()551 const sal_uInt8 cBlack = aBlack.GetIndex(); in DrawTransparent() local564 if( ( *pRScan & cBit ) == cBlack ) in DrawTransparent()
116 cBlack = new Color(255, 255, 255);117 black = cBlack.getRGB();
Completed in 34 milliseconds