Home
last modified time | relevance | path

Searched refs:aBMCol (Results 1 – 2 of 2) sorted by path

/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx191 const BitmapColor aBMCol(mpReadBitmap->GetColor(nY, nX)); in modifyBColor() local
193 (double)aBMCol.GetRed() * fConvertColor, in modifyBColor()
194 (double)aBMCol.GetGreen() * fConvertColor, in modifyBColor()
195 (double)aBMCol.GetBlue() * fConvertColor); in modifyBColor()
234 const BitmapColor aBMCol(mpReadBitmap->GetColor(nY, nX)); in modifyOpacity() local
235 const Color aColor(aBMCol.GetRed(), aBMCol.GetGreen(), aBMCol.GetBlue()); in modifyOpacity()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx1136 const BitmapColor aBMCol(pContent->GetColor(y, x)); in ModifyBitmapEx() local
1138 (double)aBMCol.GetRed() * fConvertColor, in ModifyBitmapEx()
1139 (double)aBMCol.GetGreen() * fConvertColor, in ModifyBitmapEx()
1140 (double)aBMCol.GetBlue() * fConvertColor); in ModifyBitmapEx()

Completed in 12 milliseconds