Searched refs:maxGlyph (Results 1 – 3 of 3) sorted by relevance
314 USHORT maxGlyph = 0; in populate_glyph_to_unicode() local316 if (glyph[j] > maxGlyph) maxGlyph = glyph[j]; in populate_glyph_to_unicode()319 glyphToUnicode->setCount(maxGlyph+1); in populate_glyph_to_unicode()320 for (USHORT j = 0; j < maxGlyph+1u; ++j) { in populate_glyph_to_unicode()
297 int maxGlyph = -1; in populate_glyph_to_unicode() local303 maxGlyph = SkTMax(static_cast<int>(glyph), maxGlyph); in populate_glyph_to_unicode()308 SkTDArray<SkUnichar>(glyphToUni, maxGlyph + 1).swap(*glyphToUnicode); in populate_glyph_to_unicode()
1064 le_int32 maxGlyph = fCharToMaxGlyphMap[ch]; in appendRun() local1070 if (maxGlyph > rightGlyph) { in appendRun()1071 rightGlyph = maxGlyph; in appendRun()