Searched refs:cMin (Results 1 – 5 of 5) sorted by relevance
217 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() local528 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 …]
163 sal_uInt8 cMax, cMin; in RGBtoHSB() local178 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()
102 int CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const;
890 sal_uInt32 cMin = rSubset.GetRangeMin(); in ApplyCharMap() local893 int nCount = pFontCharMap->CountCharsInRange( cMin, cMax ); in ApplyCharMap()
184 int CountCharsInRange( sal_uInt32 cMin, sal_uInt32 cMax ) const;
Completed in 33 milliseconds