Home
last modified time | relevance | path

Searched refs:BMP_FORMAT_1BIT_LSB_PAL (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx502 case BMP_FORMAT_1BIT_LSB_PAL: in ImplConvertFromBitmap()
622 case BMP_FORMAT_1BIT_LSB_PAL: in ImplFastBitmapConversion()
761 case BMP_FORMAT_1BIT_LSB_PAL: in ImplBlendFromBitmap()
889 case BMP_FORMAT_1BIT_LSB_PAL: in ImplFastBitmapBlending()
953 case BMP_FORMAT_1BIT_LSB_PAL: in ImplFastEraseBitmap()
H A Dbmpacc.cxx215 case( BMP_FORMAT_1BIT_LSB_PAL ): in ImplZeroInitUnusedBits()
525 case( BMP_FORMAT_1BIT_LSB_PAL ): pFncGetPixel = GetPixelFor_1BIT_LSB_PAL; break; in CopyScanline()
H A Dsalmisc.cxx379 ( nDstScanlineFormat == BMP_FORMAT_1BIT_LSB_PAL ) || in StretchAndConvert()
H A Dbitmap.cxx548 case( BMP_FORMAT_1BIT_LSB_PAL ): in Erase()
/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx301 case BMP_FORMAT_1BIT_LSB_PAL: in bitmapFromVCLBitmapEx()
454 case BMP_FORMAT_1BIT_LSB_PAL: in bitmapFromVCLBitmapEx()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx234 …aSrcBuf.mnFormat |= ( LSBFirst == pImage->bitmap_bit_order ? BMP_FORMAT_1BIT_LSB_PAL : BMP_FORMAT_… in ImplCreateDIB()
372 …nDstFormat |= ( LSBFirst == pImage->bitmap_bit_order ? BMP_FORMAT_1BIT_LSB_PAL : BMP_FORMAT_1BIT_M… in ImplCreateXImage()
H A Dpspgraphics.cxx111 case BMP_FORMAT_1BIT_LSB_PAL: in SalPrinterBmp()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx157 pBuf->mnFormat = BMP_FORMAT_1BIT_LSB_PAL; in AcquireBuffer()
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx54 #define BMP_FORMAT_1BIT_LSB_PAL 0x00000002UL macro
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx155 case BMP_FORMAT_1BIT_LSB_PAL: in VclCanvasBitmap()