Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx190 const double fConvertColor(1.0 / 255.0); in modifyBColor() local
193 (double)aBMCol.GetRed() * fConvertColor, in modifyBColor()
194 (double)aBMCol.GetGreen() * fConvertColor, in modifyBColor()
195 (double)aBMCol.GetBlue() * fConvertColor); in modifyBColor()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx1075 const double fConvertColor(1.0 / 255.0); in ModifyBitmapEx() local
1085 rCol.GetRed() * fConvertColor, in ModifyBitmapEx()
1086 rCol.GetGreen() * fConvertColor, in ModifyBitmapEx()
1087 rCol.GetBlue() * fConvertColor); in ModifyBitmapEx()
1101 *(pScan + 2)* fConvertColor, in ModifyBitmapEx()
1102 *(pScan + 1) * fConvertColor, in ModifyBitmapEx()
1103 *pScan * fConvertColor); in ModifyBitmapEx()
1120 *pScan * fConvertColor, in ModifyBitmapEx()
1121 *(pScan + 1) * fConvertColor, in ModifyBitmapEx()
1122 *(pScan + 2) * fConvertColor); in ModifyBitmapEx()
[all …]

Completed in 25 milliseconds