Home
last modified time | relevance | path

Searched refs:HasPalette (Results 1 – 24 of 24) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx333 return( HasPalette() ? mpBuffer->maPalette.GetBestIndex( rBitmapColor ) : 0 ); in GetBestPaletteIndex()
481 …DBG_ASSERT( ( HasPalette() && rReadAcc.HasPalette() ) || ( !HasPalette() && !rReadAcc.HasPalette()… in CopyScanline()
502 DBG_ASSERT( ( HasPalette() && nFormat <= BMP_FORMAT_8BIT_PAL ) || in CopyScanline()
503 ( !HasPalette() && nFormat > BMP_FORMAT_8BIT_PAL ), in CopyScanline()
562 …DBG_ASSERT( ( HasPalette() && rReadAcc.HasPalette() ) || ( !HasPalette() && !rReadAcc.HasPalette()… in CopyBuffer()
H A Dbitmap3.cxx381 if( pReadAcc->HasPalette() ) in ImplMakeMono()
458 if( pReadAcc->HasPalette() ) in ImplMakeMonoDither()
541 if( pReadAcc->HasPalette() ) in ImplMakeGreyscales()
839 if( pR->HasPalette() ) in ImplConvertGhosted()
1429 if( pAcc->HasPalette() ) in ImplScaleSuper()
2572 if( pReadAcc->HasPalette() ) in ImplDitherMatrix()
2913 if( pRAcc->HasPalette() ) in ImplReduceSimple()
3014 if( pRAcc->HasPalette() ) in ImplReducePopular()
3066 if( pRAcc->HasPalette() ) in ImplReducePopular()
3152 if( pRAcc->HasPalette() ) in ImplReduceMedian()
[all …]
H A Dbitmap.cxx353 …if( pRAcc->HasPalette() && ( (BitmapPalette&) pRAcc->GetPalette() == GetGreyPalette( 1 << nBitCoun… in HasGreyPalette()
402 if( pRAcc->HasPalette() ) in GetChecksum()
620 if( pAcc->HasPalette() ) in Invert()
1032 if( pReadAcc->HasPalette() && pWriteAcc->HasPalette() ) in CopyPixel()
1049 else if( pReadAcc->HasPalette() ) in CopyPixel()
1313 if( pReadAcc->HasPalette() ) in CreateMask()
1499 if( pAcc->HasPalette() ) in Replace()
1627 if( pAcc->HasPalette() ) in Replace()
1714 if( pAcc->HasPalette() ) in Replace()
H A Dbmpacc3.cxx55 …mpLineColor = ( HasPalette() ? new BitmapColor( (sal_uInt8) GetBestPaletteIndex( rColor ) ) : new… in SetLineColor()
89 …mpFillColor = ( HasPalette() ? new BitmapColor( (sal_uInt8) GetBestPaletteIndex( rColor ) ) : new… in SetFillColor()
113 if( HasPalette() ) in Erase()
H A Dpngwrite.cxx240 if( mpAccess->HasPalette() ) in PNGWriterImpl()
323 if ( mpAccess->HasPalette() ) // bit 1 -> color is used in ImplWriteHeader()
509 if ( mpAccess->HasPalette() ) // alphachannel is not allowed by pictures including palette entries in ImplGetFilter()
H A Dbmpfast.cxx821 if( rSrcRA.HasPalette() ) in ImplFastBitmapBlending()
823 if( rDstWA.HasPalette() ) in ImplFastBitmapBlending()
H A Dbitmap4.cxx637 if( pWriteAcc->HasPalette() ) in ImplSolarize()
710 if( pReadAcc->HasPalette() ) in ImplSepia()
H A Doctree.cxx127 if( pAcc->HasPalette() ) in ImplCreateOctree()
H A Dimpimage.cxx460 if( pAcc->HasPalette() ) in Draw()
H A Dbitmapex.cxx1077 if(pContent->HasPalette()) in ModifyBitmapEx()
H A Dpngread.cxx1198 if ( mpAcc->HasPalette() ) // alphachannel is not allowed by pictures including palette entries in ImplDrawScanline()
H A Dprint2.cxx218 if( pRA->HasPalette() ) in ImplConvertTransparentAction()
H A Ddibtools.cxx1344 …const sal_uInt32 nPalCount((rAcc.HasPalette() ? rAcc.GetPaletteEntryCount() : isBitfieldCompressio… in ImplWriteDIBFileHeader()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx158 inline sal_Bool HasPalette() const;
387 if( HasPalette() ) in GetBestMatchingColor()
412 inline sal_Bool BitmapReadAccess::HasPalette() const in HasPalette() function in BitmapReadAccess
430 DBG_ASSERT( HasPalette(), "Bitmap has no palette!" ); in GetPaletteEntryCount()
431 return( HasPalette() ? mpBuffer->maPalette.GetEntryCount() : 0 ); in GetPaletteEntryCount()
439 DBG_ASSERT( HasPalette(), "Bitmap has no palette!" ); in GetPaletteColor()
507 if( HasPalette() ) in GetColor()
541 DBG_ASSERT( HasPalette(), "Bitmap has no palette!" ); in SetPaletteColor()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx449 if( bStatus && pAcc->HasPalette() ) in WritePalette()
489 if( bStatus && ( 8 == pAcc->GetBitCount() ) && pAcc->HasPalette() ) in WriteAccess()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx683 if( pAcc->HasPalette() ) in GetScanline()
748 aColor = pAcc->HasPalette() ? pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ) in Write()
/trunk/main/forms/source/component/
H A Dimgprod.cxx420 if( pBmpAcc->HasPalette() ) in ImplInitConsumer()
515 if( pBmpAcc->HasPalette() ) in ImplUpdateConsumer()
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx247 if( rWriteAcc->HasPalette() ) in readBmp()
279 if( rWriteAcc->HasPalette() ) in readBmp()
H A Dcanvasbitmap.cxx674 return m_pBmpAcc->HasPalette() ? m_pBmpAcc->GetPaletteEntryCount() : 0 ; in getNumberOfEntries()
682 (m_pBmpAcc->HasPalette() ? m_pBmpAcc->GetPaletteEntryCount() : 0 ) : 0 ); in getIndex()
703 (m_pBmpAcc->HasPalette() ? m_pBmpAcc->GetPaletteEntryCount() : 0 ) : 0 ); in setIndex()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1048 if( pAcc->HasPalette() ) in ImplCreateScaled()
1319 if( pAcc->HasPalette() ) in ImplCreateScaled()
1368 if( pAcc->HasPalette() ) in ImplCreateScaled()
1470 if( pAcc->HasPalette() ) in ImplCreateRotatedScaled()
/trunk/main/svx/source/xoutdev/
H A Dxattrbmp.cxx129 if(pRead->HasPalette() && 2 == pRead->GetPaletteEntryCount()) in isHistorical8x8()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx892 if( pAcc->HasPalette() ) in Paint()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1898 if ( pAcc->HasPalette() ) in ImplBmp()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5925 if( pAcc->HasPalette() ) in ApplyTo()

Completed in 189 milliseconds