Home
last modified time | relevance | path

Searched refs:pReplaces (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1735 BitmapColor* pReplaces = new BitmapColor[ nColorCount ]; in Replace() local
1738 pReplaces[ i ] = pAcc->GetBestMatchingColor( pReplaceColors[ i ] ); in Replace()
1752 pAcc->SetPixel( nY, nX, pReplaces[ i ] ); in Replace()
1759 delete[] pReplaces; in Replace()

Completed in 23 milliseconds