Home
last modified time | relevance | path

Searched refs:cMax (Results 1 – 5 of 5) sorted by relevance

/trunk/main/tools/source/generic/
H A Dcolor.cxx163 sal_uInt8 cMax, cMin; in RGBtoHSB() local
169 cMax = c[0]; in RGBtoHSB()
170 if( c[1] > cMax ) in RGBtoHSB()
171 cMax = c[1]; in RGBtoHSB()
172 if( c[2] > cMax ) in RGBtoHSB()
173 cMax = c[2]; in RGBtoHSB()
176 nBri = cMax * 100 / 255; in RGBtoHSB()
188 nSat = cDelta * 100 / cMax; in RGBtoHSB()
198 if( c[0] == cMax ) in RGBtoHSB()
202 else if( c[1] == cMax ) in RGBtoHSB()
[all …]
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx212 int ImplFontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const in CountCharsInRange()
224 int nRangeMax = ImplFindRangeIndex( cMax ); in CountCharsInRange()
228 nCount -= mpRangeCodes[ nRangeMax+1 ] - cMax - 1; in CountCharsInRange()
634 int FontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const in CountCharsInRange()
636 return mpImpl->CountCharsInRange( cMin, cMax ); in CountCharsInRange()
/trunk/main/vcl/inc/vcl/
H A Dmetric.hxx102 int CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const;
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx891 sal_uInt32 cMax = rSubset.GetRangeMax(); in ApplyCharMap() local
893 int nCount = pFontCharMap->CountCharsInRange( cMin, cMax ); in ApplyCharMap()
/trunk/main/vcl/inc/
H A Dimpfont.hxx184 int CountCharsInRange( sal_uInt32 cMin, sal_uInt32 cMax ) const;

Completed in 23 milliseconds