Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx217 int nRangeMin = ImplFindRangeIndex( cMin ); in CountCharsInRange()
220 else if( cMin > mpRangeCodes[ nRangeMin ] ) in CountCharsInRange()
221 nCount -= cMin - mpRangeCodes[ nRangeMin ]; in CountCharsInRange()
526 sal_UCS4 cMin = *(pCP++); in ParseCMAP() local
528 while( cMin < cEnd ) in ParseCMAP()
531 for(; (cMin < cEnd) && (j < NINSIZE); ++cMin ) in ParseCMAP()
533 if( cMin >= 0x0100 ) in ParseCMAP()
535 if( (cMin >= 0x0100) || (cMin < 0x00A0) ) in ParseCMAP()
536 cCharsInp[ j++ ] = static_cast<sal_Char>(cMin); in ParseCMAP()
634 int FontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const in CountCharsInRange() argument
[all …]
/trunk/main/tools/source/generic/
H A Dcolor.cxx163 sal_uInt8 cMax, cMin; in RGBtoHSB() local
178 cMin = c[0]; in RGBtoHSB()
179 if( c[1] < cMin ) in RGBtoHSB()
180 cMin = c[1]; in RGBtoHSB()
181 if( c[2] < cMin ) in RGBtoHSB()
182 cMin = c[2]; in RGBtoHSB()
184 sal_uInt8 cDelta = cMax - cMin; in RGBtoHSB()
/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.cxx890 sal_uInt32 cMin = rSubset.GetRangeMin(); 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 25 milliseconds