Searched refs:pSearchColors (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | alpha.cxx | 399 Color* pSearchColors = new Color[ nColorCount ]; in Replace() local 408 pSearchColors[ i ] = Color( cSearchTransparency, cSearchTransparency, cSearchTransparency ); in Replace() 412 bRet = Bitmap::Replace( pSearchColors, pReplaceColors, nColorCount, pTols ) && in Replace() 415 delete[] pSearchColors; in Replace()
|
H A D | image.cxx | 640 const Color *pSearchColors, in InsertFromHorizontalBitmap() argument 652 if ( nColorCount && pSearchColors && pReplaceColors ) in InsertFromHorizontalBitmap() 653 aBmpEx.Replace( pSearchColors, pReplaceColors, nColorCount ); in InsertFromHorizontalBitmap()
|
H A D | gdimtf.cxx | 2408 void GDIMetaFile::ReplaceColors( const Color* pSearchColors, const Color* pReplaceColors, sal_uLong… in ReplaceColors() argument 2425 nVal = pSearchColors[ i ].GetRed(); in ReplaceColors() 2429 nVal = pSearchColors[ i ].GetGreen(); in ReplaceColors() 2433 nVal = pSearchColors[ i ].GetBlue(); in ReplaceColors() 2441 aBmpParam.pSrcCols = pSearchColors; in ReplaceColors()
|
H A D | bitmapex.cxx | 717 sal_Bool BitmapEx::Replace( const Color* pSearchColors, const Color* pReplaceColors, sal_uLong nCol… in Replace() argument 719 …return( !!aBitmap ? aBitmap.Replace( pSearchColors, pReplaceColors, nColorCount, (sal_uLong*) pTol… in Replace()
|
H A D | bitmap.cxx | 1671 sal_Bool Bitmap::Replace( const Color* pSearchColors, const Color* pReplaceColors, in Replace() argument 1703 const Color& rCol = pSearchColors[ i ]; in Replace()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | image.hxx | 122 const Color *pSearchColors = NULL,
|
H A D | bitmapex.hxx | 317 sal_Bool Replace( const Color* pSearchColors, const Color* pReplaceColors,
|
H A D | gdimtf.hxx | 177 void ReplaceColors( const Color* pSearchColors, const Color* rReplaceColors,
|
H A D | bitmap.hxx | 786 sal_Bool Replace( const Color* pSearchColors, const Color* rReplaceColors,
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 790 Color* pSearchColors = new Color[ nGlobalColorsChanged ]; in RecolorGraphic() local 798 pSearchColors[ j ].SetRed( (sal_uInt8)nSearch ); in RecolorGraphic() 799 pSearchColors[ j ].SetGreen( (sal_uInt8)( nSearch >> 8 ) ); in RecolorGraphic() 800 pSearchColors[ j ].SetBlue( (sal_uInt8)( nSearch >> 16 ) ); in RecolorGraphic() 807 aGdiMetaFile.ReplaceColors( pSearchColors, pReplaceColors, in RecolorGraphic() 811 delete[] pSearchColors; in RecolorGraphic()
|
Completed in 68 milliseconds