Home
last modified time | relevance | path

Searched refs:pSearchColors (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dalpha.cxx399 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 Dimage.cxx640 const Color *pSearchColors, in InsertFromHorizontalBitmap() argument
652 if ( nColorCount && pSearchColors && pReplaceColors ) in InsertFromHorizontalBitmap()
653 aBmpEx.Replace( pSearchColors, pReplaceColors, nColorCount ); in InsertFromHorizontalBitmap()
H A Dgdimtf.cxx2408 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 Dbitmapex.cxx719 sal_Bool BitmapEx::Replace( const Color* pSearchColors, const Color* pReplaceColors, sal_uLong nCol… in Replace() argument
721 …return( !!aBitmap ? aBitmap.Replace( pSearchColors, pReplaceColors, nColorCount, (sal_uLong*) pTol… in Replace()
H A Dbitmap.cxx1671 sal_Bool Bitmap::Replace( const Color* pSearchColors, const Color* pReplaceColors, in Replace() argument
1703 const Color& rCol = pSearchColors[ i ]; in Replace()
/trunk/main/vcl/inc/vcl/
H A Dimage.hxx122 const Color *pSearchColors = NULL,
H A Dbitmapex.hxx317 sal_Bool Replace( const Color* pSearchColors, const Color* pReplaceColors,
H A Dgdimtf.hxx177 void ReplaceColors( const Color* pSearchColors, const Color* rReplaceColors,
H A Dbitmap.hxx786 sal_Bool Replace( const Color* pSearchColors, const Color* rReplaceColors,
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx790 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 114 milliseconds