Home
last modified time | relevance | path

Searched refs:GetPaletteColor (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx388 if( pReadAcc->GetPaletteColor( cIndex ).GetLuminance() >= in ImplMakeMono()
465 if( pReadAcc->GetPaletteColor( cIndex ).GetLuminance() > in ImplMakeMonoDither()
549 (pReadAcc->GetPaletteColor( cIndex ).GetLuminance() >> nShift) ); in ImplMakeGreyscales()
845 const BitmapColor& rOld = pR->GetPaletteColor( (sal_uInt16) i ); in ImplConvertGhosted()
1224 aCol0 = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, 0 ) ); in ImplScaleInterpolate()
1447 const BitmapColor& rCol0 = pAcc->GetPaletteColor( pLine0[ nTempX ] ); in ImplScaleSuper()
1448 const BitmapColor& rCol2 = pAcc->GetPaletteColor( pLine1[ nTempX ] ); in ImplScaleSuper()
1449 const BitmapColor& rCol1 = pAcc->GetPaletteColor( pLine0[ ++nTempX ] ); in ImplScaleSuper()
1450 const BitmapColor& rCol3 = pAcc->GetPaletteColor( pLine1[ nTempX ] ); in ImplScaleSuper()
2666 aColor = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( 0, nZ ) ); in ImplDitherFloyd()
[all …]
H A Dbitmap.cxx335 const BitmapColor& rCol0( pRAcc->GetPaletteColor( 0 ) ); in HasGreyPalette()
336 const BitmapColor& rCol1( pRAcc->GetPaletteColor( 1 ) ); in HasGreyPalette()
988 const BitmapColor& rSrcCol = pSrcAcc->GetPaletteColor( (sal_uInt16) i ); in CopyPixel()
994 if( rSrcCol == pDstAcc->GetPaletteColor( (sal_uInt16) j ) ) in CopyPixel()
1041 pMap[ i ] = (sal_uInt8) pWriteAcc->GetBestPaletteIndex( pReadAcc->GetPaletteColor( i ) ); in CopyPixel()
1053 …pWriteAcc->SetPixel( nDstY, nDstX, pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nSrcY, nSrc… in CopyPixel()
1319 aCol = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nX ) ); in CreateMask()
1509 if( pAcc->GetPaletteColor( aReplace.GetIndex() ) != BitmapColor( rReplaceColor ) ) in Replace()
1631 const BitmapColor& rCol = pAcc->GetPaletteColor( i ); in Replace()
1718 const BitmapColor& rCol = pAcc->GetPaletteColor( nEntry ); in Replace()
H A Dbitmap4.cxx718 pIndexMap[ i ] = pReadAcc->GetPaletteColor( i ).GetLuminance(); in ImplSepia()
859 const BitmapColor& rCol = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nX ) ); in ImplMosaic()
989 …const BitmapColor aFirstCol( pWriteAcc->GetPaletteColor( sal::static_int_cast<sal_uInt16>(pPopArtT… in ImplPopArt()
993 …pWriteAcc->GetPaletteColor( sal::static_int_cast<sal_uInt16>(pPopArtTable[ nFirstEntry + 1 ].mnInd… in ImplPopArt()
H A Dimpvect.cxx766 pColorSet[ n ].maColor = pRAcc->GetPaletteColor( n ); in ImplVectorize()
786 const BitmapColor aBmpCol( pRAcc->GetPaletteColor( pColorSet[ i ].mnIndex ) ); in ImplVectorize()
H A Dpngread.cxx901 mpAcc->Erase( mpAcc->GetPaletteColor( (sal_uInt8)nCol ) ); in ImplGetBackground()
916 mpAcc->Erase( mpAcc->GetPaletteColor( nIndex ) ); in ImplGetBackground()
H A Doctree.cxx133 pColor = &(BitmapColor&) pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in ImplCreateOctree()
H A Dimpimage.cxx464 const BitmapColor& rCol = pAcc->GetPaletteColor( i ); in Draw()
H A Dpngwrite.cxx355 const BitmapColor& rColor = mpAccess->GetPaletteColor( i ); in ImplWritePalette()
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx688 const BitmapColor aCol = m_pBmpAcc->GetPaletteColor(sal::static_int_cast<sal_uInt16>(nIndex)); in getIndex()
785 const BitmapColor aCol = m_pBmpAcc->GetPaletteColor( in convertToRGB()
834 const BitmapColor aCol = m_pBmpAcc->GetPaletteColor( in convertToARGB()
887 const BitmapColor aCol = m_pBmpAcc->GetPaletteColor( in convertToPARGB()
1083 const BitmapColor aCol = m_pBmpAcc->GetPaletteColor( in convertFromIntegerColorSpace()
1162 m_pBmpAcc->GetPaletteColor(*pIn) : in convertIntegerToRGB()
1179 m_pBmpAcc->GetPaletteColor( m_pBmpAcc->GetPixelFromData( pIn, i ).GetIndex()) : in convertIntegerToRGB()
1216 m_pBmpAcc->GetPaletteColor(*pIn) : in convertIntegerToARGB()
1233 m_pBmpAcc->GetPaletteColor( m_pBmpAcc->GetPixelFromData( pIn, i ).GetIndex() ) : in convertIntegerToARGB()
1271 m_pBmpAcc->GetPaletteColor(*pIn) : in convertIntegerToPARGB()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx235 aCol = pReadAccess->GetPaletteColor( *pScan++ ); in bitmapFromVCLBitmapEx()
371 const BitmapColor& rCol0( pMaskReadAccess->GetPaletteColor( 0 ) ); in bitmapFromVCLBitmapEx()
372 const BitmapColor& rCol1( pMaskReadAccess->GetPaletteColor( 1 ) ); in bitmapFromVCLBitmapEx()
393 aCol = pReadAccess->GetPaletteColor( *pScan++ ); in bitmapFromVCLBitmapEx()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1064 const BitmapColor& rCol0 = pAcc->GetPaletteColor( pLine0[ nTmpX ] ); in ImplCreateScaled()
1065 const BitmapColor& rCol2 = pAcc->GetPaletteColor( pLine1[ nTmpX ] ); in ImplCreateScaled()
1066 const BitmapColor& rCol1 = pAcc->GetPaletteColor( pLine0[ ++nTmpX ] ); in ImplCreateScaled()
1067 const BitmapColor& rCol3 = pAcc->GetPaletteColor( pLine1[ nTmpX ] ); in ImplCreateScaled()
1094 aCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY, nTmpX ) ); in ImplCreateScaled()
1095 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY, ++nTmpX ) ); in ImplCreateScaled()
1100 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( ++nTmpY, nTmpX ) ); in ImplCreateScaled()
1101 aCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY--, --nTmpX ) ); in ImplCreateScaled()
1374 if( pAcc->GetPaletteColor( pAcc->GetPixelIndex( pMapLY[ nY ], pMapLX[ nX ] ) ) == aB ) in ImplCreateScaled()
1488 const BitmapColor& rCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY, nTmpX ) ); in ImplCreateRotatedScaled()
[all …]
/trunk/main/filter/source/graphicfilter/eras/
H A Deras.cxx180 for ( i = 0; i < mnColors; *mpOStm << mpAcc->GetPaletteColor( i++ ).GetRed() ) ; in ImplWritePalette()
181 for ( i = 0; i < mnColors; *mpOStm << mpAcc->GetPaletteColor( i++ ).GetGreen() ) ; in ImplWritePalette()
182 for ( i = 0; i < mnColors; *mpOStm << mpAcc->GetPaletteColor( i++ ).GetBlue() ) ; in ImplWritePalette()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx161 inline const BitmapColor& GetPaletteColor( sal_uInt16 nColor ) const;
436 inline const BitmapColor& BitmapReadAccess::GetPaletteColor( sal_uInt16 nColor ) const in GetPaletteColor() function in BitmapReadAccess
447 return GetPaletteColor( GetBestPaletteIndex( rBitmapColor ) ); in GetBestPaletteColor()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx345 const BitmapColor& rColor = mpAcc->GetPaletteColor( i ); in ImplWritePalette()
350 const BitmapColor& rColor = mpAcc->GetPaletteColor( i ); in ImplWritePalette()
355 const BitmapColor& rColor = mpAcc->GetPaletteColor( i ); in ImplWritePalette()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx373 Color GetPaletteColor(sal_uInt32 nIndex);
734 Color OS2METReader::GetPaletteColor(sal_uInt32 nIndex) in GetPaletteColor() function in OS2METReader
1677 else aCol=GetPaletteColor(nVal); in ReadOrder()
1751 else aCol=GetPaletteColor(nVal); in ReadOrder()
1779 else if (nVal==0xff08) aCol=GetPaletteColor(1); in ReadOrder()
1780 else aCol=GetPaletteColor(((sal_uLong)nVal) & 0x000000ff); in ReadOrder()
1802 else if (nVal==0xff08) aCol=GetPaletteColor(0); in ReadOrder()
1803 else aCol=GetPaletteColor(((sal_uLong)nVal) & 0x000000ff); in ReadOrder()
1828 else aCol=GetPaletteColor(nVal); in ReadOrder()
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx306 const BitmapColor& rCol0( pAlphaReadAccess->GetPaletteColor( 0 ) ); in transformBitmap()
307 const BitmapColor& rCol1( pAlphaReadAccess->GetPaletteColor( 1 ) ); in transformBitmap()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1101 WriteOpcode_RGBBkCol( pAcc->GetPaletteColor( 0 ) ); in WriteOpcode_BitsRect()
1102 WriteOpcode_RGBFgCol( pAcc->GetPaletteColor( 1 ) ); in WriteOpcode_BitsRect()
1152 nRed = (sal_uInt8)pAcc->GetPaletteColor( (sal_uInt16)i ).GetRed(); in WriteOpcode_BitsRect()
1153 nGreen = (sal_uInt8)pAcc->GetPaletteColor( (sal_uInt16)i ).GetGreen(); in WriteOpcode_BitsRect()
1154 nBlue = (sal_uInt8)pAcc->GetPaletteColor( (sal_uInt16)i ).GetBlue(); in WriteOpcode_BitsRect()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx687 aColor = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in GetScanline()
748 aColor = pAcc->HasPalette() ? pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ) in Write()
/trunk/main/filter/source/graphicfilter/expm/
H A Dexpm.cxx245 const BitmapColor& rColor = mpAcc->GetPaletteColor( nNumber ); in ImplWriteColor()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx78 virtual sal_uInt32 GetPaletteColor (sal_uInt32 nIdx) const;
224 SalPrinterBmp::GetPaletteColor (sal_uInt32 nIdx) const in GetPaletteColor() function in SalPrinterBmp
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx72 virtual sal_uInt32 GetPaletteColor (sal_uInt32 nIdx) const;
126 SalPrinterBmp::GetPaletteColor (sal_uInt32 nIdx) const in GetPaletteColor() function in SalPrinterBmp
/trunk/main/vcl/inc/
H A Dprintergfx.hxx142 virtual sal_uInt32 GetPaletteColor (sal_uInt32 nIdx) const = 0;
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx456 const BitmapColor& rColor = pAcc->GetPaletteColor( i ); in WritePalette()
/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx613 PrinterColor aColor = rBitmap.GetPaletteColor(i); in writePS2Colorspace()
/trunk/main/forms/source/component/
H A Dimgprod.cxx432 const BitmapColor& rCol = pBmpAcc->GetPaletteColor( (sal_uInt16) i ); in ImplInitConsumer()

Completed in 154 milliseconds

12