/trunk/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 388 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 D | bitmap.cxx | 335 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 D | bitmap4.cxx | 718 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 D | impvect.cxx | 766 pColorSet[ n ].maColor = pRAcc->GetPaletteColor( n ); in ImplVectorize() 786 const BitmapColor aBmpCol( pRAcc->GetPaletteColor( pColorSet[ i ].mnIndex ) ); in ImplVectorize()
|
H A D | pngread.cxx | 901 mpAcc->Erase( mpAcc->GetPaletteColor( (sal_uInt8)nCol ) ); in ImplGetBackground() 916 mpAcc->Erase( mpAcc->GetPaletteColor( nIndex ) ); in ImplGetBackground()
|
H A D | octree.cxx | 133 pColor = &(BitmapColor&) pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in ImplCreateOctree()
|
H A D | impimage.cxx | 464 const BitmapColor& rCol = pAcc->GetPaletteColor( i ); in Draw()
|
H A D | pngwrite.cxx | 355 const BitmapColor& rColor = mpAccess->GetPaletteColor( i ); in ImplWritePalette()
|
/trunk/main/vcl/source/helper/ |
H A D | canvasbitmap.cxx | 688 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 D | dx_vcltools.cxx | 235 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 D | grfmgr2.cxx | 1064 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 D | eras.cxx | 180 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 D | bmpacc.hxx | 161 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 D | etiff.cxx | 345 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 D | ios2met.cxx | 373 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 D | impltools.cxx | 306 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 D | epict.cxx | 1101 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 D | jpeg.cxx | 687 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 D | expm.cxx | 245 const BitmapColor& rColor = mpAcc->GetPaletteColor( nNumber ); in ImplWriteColor()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 78 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 D | svppspgraphics.cxx | 72 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 D | printergfx.hxx | 142 virtual sal_uInt32 GetPaletteColor (sal_uInt32 nIdx) const = 0;
|
/trunk/main/filter/source/graphicfilter/egif/ |
H A D | egif.cxx | 456 const BitmapColor& rColor = pAcc->GetPaletteColor( i ); in WritePalette()
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | bitmap_gfx.cxx | 613 PrinterColor aColor = rBitmap.GetPaletteColor(i); in writePS2Colorspace()
|
/trunk/main/forms/source/component/ |
H A D | imgprod.cxx | 432 const BitmapColor& rCol = pBmpAcc->GetPaletteColor( (sal_uInt16) i ); in ImplInitConsumer()
|