Home
last modified time | relevance | path

Searched refs:BMP_FORMAT_8BIT_PAL (Results 1 – 25 of 26) sorted by last modified time

12

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx554 pWriteAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in ImplMakeGreyscales()
574 pWriteAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in ImplMakeGreyscales()
1431 if( pAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in ImplScaleSuper()
H A Dbitmap.cxx565 case( BMP_FORMAT_8BIT_PAL ): in Erase()
1250 else if( pReadAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in CreateMask()
H A Ddibtools.cxx410 case( BMP_FORMAT_8BIT_PAL ): in ImplReadDIBBits()
1013 case( BMP_FORMAT_8BIT_PAL ): in ImplWriteDIBBits()
H A Dbmpacc.cxx230 case( BMP_FORMAT_8BIT_PAL ): in ImplZeroInitUnusedBits()
502 DBG_ASSERT( ( HasPalette() && nFormat <= BMP_FORMAT_8BIT_PAL ) || in CopyScanline()
503 ( !HasPalette() && nFormat > BMP_FORMAT_8BIT_PAL ), in CopyScanline()
528 case( BMP_FORMAT_8BIT_PAL ): pFncGetPixel = GetPixelFor_8BIT_PAL; break; in CopyScanline()
H A Doutdev2.cxx2110 case( BMP_FORMAT_8BIT_PAL ): in ImplBlend()
2329 DBG_ASSERT( pA->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL || in ImplDrawAlpha()
H A Doutdev6.cxx516 pW->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in DrawTransparent()
H A Dsalmisc.cxx172 else if( BMP_SCANLINE_FORMAT( rSrcBuffer.mnFormat ) == BMP_FORMAT_8BIT_PAL ) in ImplPALToTC()
382 ( nDstScanlineFormat == BMP_FORMAT_8BIT_PAL ) ) in StretchAndConvert()
H A Dpngread.cxx1364 mpAcc->CopyScanline( nY, pTmp, BMP_FORMAT_8BIT_PAL, nLineBytes ); in ImplDrawScanline()
1457 … mpMaskAcc->CopyScanline(nY, mpScanlineAlpha, BMP_FORMAT_8BIT_PAL, maOrigSize.Width()); in ImplDrawScanline()
H A Dbmpfast.cxx246 class TrueColorPixelPtr<BMP_FORMAT_8BIT_PAL>
505 case BMP_FORMAT_8BIT_PAL: in ImplConvertFromBitmap()
625 case BMP_FORMAT_8BIT_PAL: in ImplFastBitmapConversion()
681 DBG_ASSERT( rMskBuffer.mnFormat == BMP_FORMAT_8BIT_PAL, "FastBmp BlendImage: unusual MSKFMT" ); in ImplBlendToBitmap()
687 TrueColorPixelPtr<BMP_FORMAT_8BIT_PAL> aMskLine; aMskLine.SetRawPtr( rMskBuffer.mpBits ); in ImplBlendToBitmap()
764 case BMP_FORMAT_8BIT_PAL: in ImplBlendFromBitmap()
892 case BMP_FORMAT_8BIT_PAL: in ImplFastBitmapBlending()
963 case BMP_FORMAT_8BIT_PAL: in ImplFastEraseBitmap()
H A Dalpha.cxx358 if( pAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in Replace()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx408 ( bGray && ( BMP_FORMAT_8BIT_PAL == nFormat ) ) || in CreateBitmap()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx414 if(pA && BMP_FORMAT_8BIT_PAL != (pA->mnFormat & ~BMP_FORMAT_TOP_DOWN)) in ImplCreateGdiPlusBitmap()
427 BMP_FORMAT_8BIT_PAL, in ImplCreateGdiPlusBitmap()
441 && BMP_FORMAT_8BIT_PAL == (pA->mnFormat & ~BMP_FORMAT_TOP_DOWN)) in ImplCreateGdiPlusBitmap()
901 pBIH->biBitCount == 8 ? BMP_FORMAT_8BIT_PAL : in AcquireBuffer()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx171 pBuf->mnFormat = BMP_FORMAT_8BIT_PAL; in AcquireBuffer()
175 pBuf->mnFormat = BMP_FORMAT_8BIT_PAL; in AcquireBuffer()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx117 case BMP_FORMAT_8BIT_PAL: in SalPrinterBmp()
H A Dsalbmp.cxx138 case( 8 ): pDIB->mnFormat |= BMP_FORMAT_8BIT_PAL; break; in ImplCreateDIB()
248 aSrcBuf.mnFormat |= BMP_FORMAT_8BIT_PAL; in ImplCreateDIB()
249 nDstFormat |= BMP_FORMAT_8BIT_PAL; in ImplCreateDIB()
380 nDstFormat |= BMP_FORMAT_8BIT_PAL; in ImplCreateXImage()
H A Dsalgdi2.cxx667 if( nMaskFormat == BMP_FORMAT_8BIT_PAL ) in drawBitmap()
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx176 case BMP_FORMAT_8BIT_PAL: in VclCanvasBitmap()
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx562 pBIH->cBitCount == 8 ? BMP_FORMAT_8BIT_PAL : in AcquireBuffer()
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx59 #define BMP_FORMAT_8BIT_PAL 0x00000010UL macro
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx678 case 8: pBuffer->mnFormat = BMP_FORMAT_8BIT_PAL; break; in AcquireBuffer()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1050 if( pAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in ImplCreateScaled()
1241 if( pAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL && in ImplCreateScaled()
1242 pWAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in ImplCreateScaled()
1575 if( pAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL && in ImplCreateRotatedScaled()
1576 pWAcc->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in ImplCreateRotatedScaled()
1816 if( pA->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL ) in ImplAdjust()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx484 sal_Bool bNative = ( BMP_FORMAT_8BIT_PAL == nFormat ); in WriteAccess()
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx235 DBG_ASSERT( pAlphaWriteAccess->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL || in setData()
256 case BMP_FORMAT_8BIT_PAL: in setData()
350 case BMP_FORMAT_8BIT_PAL: in setData()
H A Dcanvashelper.cxx1068 case BMP_FORMAT_8BIT_PAL: in setData()
/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx213 ENSURE_OR_THROW( pAlphaReadAccess->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL || in bitmapFromVCLBitmapEx()
228 case BMP_FORMAT_8BIT_PAL: in bitmapFromVCLBitmapEx()
386 case BMP_FORMAT_8BIT_PAL: in bitmapFromVCLBitmapEx()

Completed in 228 milliseconds

12