Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/gdi/
H A Dbitmapex.cxx1073 const double fConvertColor(1.0 / 255.0); in ModifyBitmapEx() local
1083 rCol.GetRed() * fConvertColor, in ModifyBitmapEx()
1084 rCol.GetGreen() * fConvertColor, in ModifyBitmapEx()
1085 rCol.GetBlue() * fConvertColor); in ModifyBitmapEx()
1099 *(pScan + 2)* fConvertColor, in ModifyBitmapEx()
1100 *(pScan + 1) * fConvertColor, in ModifyBitmapEx()
1101 *pScan * fConvertColor); in ModifyBitmapEx()
1118 *pScan * fConvertColor, in ModifyBitmapEx()
1119 *(pScan + 1) * fConvertColor, in ModifyBitmapEx()
1120 *(pScan + 2) * fConvertColor); in ModifyBitmapEx()
[all …]
/aoo4110/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()

Completed in 15 milliseconds