Home
last modified time | relevance | path

Searched refs:GetBestPaletteIndex (Results 1 – 17 of 17) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Doctree.hxx98 inline sal_uInt16 GetBestPaletteIndex( const BitmapColor& rColor );
113 inline sal_uInt16 Octree::GetBestPaletteIndex( const BitmapColor& rColor ) in GetBestPaletteIndex() function in Octree
145 inline sal_uInt16 GetBestPaletteIndex( const BitmapColor& rColor );
150 inline sal_uInt16 InverseColorMap::GetBestPaletteIndex( const BitmapColor& rColor ) in GetBestPaletteIndex() function in InverseColorMap
H A Dbmpacc.hxx163 sal_uInt16 GetBestPaletteIndex( const BitmapColor& rBitmapColor ) const;
388 return BitmapColor( (sal_uInt8) GetBestPaletteIndex( rBitmapColor ) ); in GetBestMatchingColor()
447 return GetPaletteColor( GetBestPaletteIndex( rBitmapColor ) ); in GetBestPaletteColor()
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx932 pColors[m_nIndexIndex] = m_pBmpAcc->GetBestPaletteIndex( in convertFromRGB()
972 pColors[m_nIndexIndex] = m_pBmpAcc->GetBestPaletteIndex( in convertFromARGB()
1013 pColors[m_nIndexIndex] = m_pBmpAcc->GetBestPaletteIndex( in convertFromPARGB()
1324 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromRGB()
1342 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromRGB()
1373 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromARGB()
1391 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromARGB()
1423 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromPARGB()
1441 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromPARGB()
H A Dcanvastools.cxx253 (sal_uInt8) rWriteAcc->GetBestPaletteIndex( in readBmp()
285 (sal_uInt8) rWriteAcc->GetBestPaletteIndex( in readBmp()
/trunk/main/vcl/source/gdi/
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()
114 aColor = BitmapColor( (sal_uInt8)GetBestPaletteIndex( rColor) ); in Erase()
H A Dbitmap3.cxx767 cIndex = (sal_uInt8) aColorMap.GetBestPaletteIndex( pQLine1[ 0 ].ImplGetColor() ); in ImplConvertDown()
772 cIndex = (sal_uInt8) aColorMap.GetBestPaletteIndex( aColor = pQLine1[ nX ].ImplGetColor() ); in ImplConvertDown()
784 cIndex = (sal_uInt8) aColorMap.GetBestPaletteIndex( pQLine1[ nWidth1 ].ImplGetColor() ); in ImplConvertDown()
2398 …pWriteAcc->SetPixelIndex(y, x, static_cast< sal_uInt8 >(pWriteAcc->GetBestPaletteIndex(aResultColo… in ImplScaleConvolutionVer()
2917 …pWAcc->SetPixelIndex( nY, nX, static_cast<sal_uInt8>(aOct.GetBestPaletteIndex( pRAcc->GetPaletteCo… in ImplReduceSimple()
2923 …pWAcc->SetPixelIndex( nY, nX, static_cast<sal_uInt8>(aOct.GetBestPaletteIndex( pRAcc->GetPixel( nY… in ImplReduceSimple()
3185 …pWAcc->SetPixelIndex( nY, nX, static_cast<sal_uInt8>( aMap.GetBestPaletteIndex( pRAcc->GetColor( n… in ImplReduceMedian()
H A Dbitmap.cxx550 cIndex = (sal_uInt8) pWriteAcc->GetBestPaletteIndex( rFillColor ); in Erase()
559 cIndex = (sal_uInt8) pWriteAcc->GetBestPaletteIndex( rFillColor ); in Erase()
567 cIndex = (sal_uInt8) pWriteAcc->GetBestPaletteIndex( rFillColor ); in Erase()
1041 pMap[ i ] = (sal_uInt8) pWriteAcc->GetBestPaletteIndex( pReadAcc->GetPaletteColor( i ) ); in CopyPixel()
H A Dbmpacc.cxx331 sal_uInt16 BitmapReadAccess::GetBestPaletteIndex( const BitmapColor& rBitmapColor ) const in GetBestPaletteIndex() function in BitmapReadAccess
H A Dpngwrite.cxx369 const sal_uLong nTransIndex = mpAccess->GetBestPaletteIndex( BMP_COL_TRANS ); in ImplWriteTransparent()
H A Dpdfwriter_impl.cxx9782 … sal_Int32 nBlackIndex = pAccess->GetBestPaletteIndex( BitmapColor( Color( COL_BLACK ) ) ); in writeBitmapObject()
9838 … sal_Int32 nBlackIndex = pAccess->GetBestPaletteIndex( BitmapColor( Color( COL_BLACK ) ) ); in writeBitmapObject()
9883 sal_Int32 nIndex = pAccess->GetBestPaletteIndex( BitmapColor( aTransparentColor ) ); in writeBitmapObject()
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx265 *pScan++ = (sal_uInt8)pWriteAccess->GetBestPaletteIndex( in setData()
358 *pScan++ = (sal_uInt8)pWriteAccess->GetBestPaletteIndex( in setData()
H A Dcanvashelper.cxx1074 *pScan++ = (sal_uInt8)pWriteAccess->GetBestPaletteIndex( in setData()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx403 …const sal_uInt8 nWhitePalIdx(static_cast< sal_uInt8 >(pWriteAcc->GetBestPaletteIndex(Color(COL_WHI… in DetectEdges()
404 …const sal_uInt8 nBlackPalIdx(static_cast< sal_uInt8 >(pWriteAcc->GetBestPaletteIndex(Color(COL_BLA… in DetectEdges()
/trunk/main/filter/source/graphicfilter/expm/
H A Dexpm.cxx179 nTransIndex = mpAcc->GetBestPaletteIndex( BMP_COL_TRANS ); in ImplWritePalette()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx894 … aBlack.SetIndex( sal::static_int_cast<BYTE>(pAcc->GetBestPaletteIndex(BitmapColor(0,0,0))) ); in Paint()
895 …aWhite.SetIndex( sal::static_int_cast<BYTE>(pAcc->GetBestPaletteIndex(BitmapColor(255,255,255))) ); in Paint()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx405 *pGIF << (sal_uInt8) pAcc->GetBestPaletteIndex( BMP_COL_TRANS ); in WriteImageExtension()
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx105 cTransIndex1 = (sal_uInt8) pAcc1->GetBestPaletteIndex( aWhite ); in CreateBitmaps()

Completed in 205 milliseconds