Searched refs:BMP_FORMAT_32BIT_TC_ABGR (Results 1 – 7 of 7) sorted by relevance
132 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ABGR> : public BasePixelPtr526 case BMP_FORMAT_32BIT_TC_ABGR: in ImplConvertFromBitmap()527 return ImplConvertToBitmap<BMP_FORMAT_32BIT_TC_ABGR>( aSrcType, rDst, rSrc ); in ImplConvertFromBitmap()646 case BMP_FORMAT_32BIT_TC_ABGR: in ImplFastBitmapConversion()647 return ImplConvertFromBitmap<BMP_FORMAT_32BIT_TC_ABGR>( rDst, rSrc ); in ImplFastBitmapConversion()731 inline bool ImplBlendToBitmap<BMP_FORMAT_32BIT_TC_ABGR,BMP_FORMAT_32BIT_TC_ABGR>( in ImplBlendToBitmap()732 TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ABGR>&, in ImplBlendToBitmap() argument785 case BMP_FORMAT_32BIT_TC_ABGR: in ImplBlendFromBitmap()913 case BMP_FORMAT_32BIT_TC_ABGR: in ImplFastBitmapBlending()914 return ImplBlendFromBitmap<BMP_FORMAT_32BIT_TC_ABGR>( rDst, rSrc, rMsk ); in ImplFastBitmapBlending()[all …]
240 case( BMP_FORMAT_32BIT_TC_ABGR ): in ImplZeroInitUnusedBits()526 case( BMP_FORMAT_32BIT_TC_ABGR ): pFncGetPixel = GetPixelFor_32BIT_TC_ABGR; break; in CopyScanline()
313 case BMP_FORMAT_32BIT_TC_ABGR: in bitmapFromVCLBitmapEx()466 case BMP_FORMAT_32BIT_TC_ABGR: in bitmapFromVCLBitmapEx()
286 ….mnFormat |= ( pSalDisp->GetVisual(nScreen).red_mask == 0xFF ? BMP_FORMAT_32BIT_TC_ABGR : BMP_FOR… in ImplCreateDIB()418 … nDstFormat |= ( pImage->red_mask == 0xFF ? BMP_FORMAT_32BIT_TC_ABGR : BMP_FORMAT_32BIT_TC_ARGB ); in ImplCreateXImage()
131 case BMP_FORMAT_32BIT_TC_ABGR: in SalPrinterBmp()
68 #define BMP_FORMAT_32BIT_TC_ABGR 0x00000400UL macro
243 case BMP_FORMAT_32BIT_TC_ABGR: in VclCanvasBitmap()
Completed in 88 milliseconds