Home
last modified time | relevance | path

Searched refs:BMP_FORMAT_32BIT_TC_ARGB (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/vcl/source/gdi/
H A Dbmpfast.cxx112 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ARGB> : public BasePixelPtr
529 case BMP_FORMAT_32BIT_TC_ARGB: in ImplConvertFromBitmap()
530 return ImplConvertToBitmap<BMP_FORMAT_32BIT_TC_ARGB>( aSrcType, rDst, rSrc ); in ImplConvertFromBitmap()
649 case BMP_FORMAT_32BIT_TC_ARGB: in ImplFastBitmapConversion()
650 return ImplConvertFromBitmap<BMP_FORMAT_32BIT_TC_ARGB>( rDst, rSrc ); in ImplFastBitmapConversion()
736 TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ARGB> aSrcType; aSrcType.SetRawPtr( rSrcBuffer.mpBits ); in ImplBlendToBitmap()
788 case BMP_FORMAT_32BIT_TC_ARGB: in ImplBlendFromBitmap()
789 return ImplBlendToBitmap<BMP_FORMAT_32BIT_TC_ARGB>( aSrcType, rDst, rSrc, rMsk ); in ImplBlendFromBitmap()
916 case BMP_FORMAT_32BIT_TC_ARGB: in ImplFastBitmapBlending()
917 return ImplBlendFromBitmap<BMP_FORMAT_32BIT_TC_ARGB>( rDst, rSrc, rMsk ); in ImplFastBitmapBlending()
[all …]
H A Dbmpacc.cxx241 case( BMP_FORMAT_32BIT_TC_ARGB ): in ImplZeroInitUnusedBits()
527 case( BMP_FORMAT_32BIT_TC_ARGB ): pFncGetPixel = GetPixelFor_32BIT_TC_ARGB; break; in CopyScanline()
/aoo4110/main/canvas/source/directx/
H A Ddx_vcltools.cxx315 case BMP_FORMAT_32BIT_TC_ARGB: in bitmapFromVCLBitmapEx()
468 case BMP_FORMAT_32BIT_TC_ARGB: in bitmapFromVCLBitmapEx()
/aoo4110/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx509 aDstBuf.mnFormat = BMP_FORMAT_32BIT_TC_ARGB; in ConvertBitmapData()
683 case 32: pBuffer->mnFormat = BMP_FORMAT_32BIT_TC_ARGB; in AcquireBuffer()
/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx286 …lDisp->GetVisual(nScreen).red_mask == 0xFF ? BMP_FORMAT_32BIT_TC_ABGR : BMP_FORMAT_32BIT_TC_ARGB ); in ImplCreateDIB()
418 … nDstFormat |= ( pImage->red_mask == 0xFF ? BMP_FORMAT_32BIT_TC_ABGR : BMP_FORMAT_32BIT_TC_ARGB ); in ImplCreateXImage()
H A Dpspgraphics.cxx133 case BMP_FORMAT_32BIT_TC_ARGB: in SalPrinterBmp()
/aoo4110/main/vcl/inc/vcl/
H A Dsalbtype.hxx69 #define BMP_FORMAT_32BIT_TC_ARGB 0x00000800UL macro
/aoo4110/main/vcl/source/helper/
H A Dcanvasbitmap.cxx271 case BMP_FORMAT_32BIT_TC_ARGB: in VclCanvasBitmap()

Completed in 73 milliseconds