Searched refs:glyphsLeft (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp97 int glyphsLeft = glyphCount - baseGlyph; local
98 int limit = SkTMin(glyphsLeft, scratchCount);
H A DSkFontHost_win.cpp2112 int glyphsLeft = SkTMin(glyphCount - glyphIndex, scratchCount);
2114 while (runLength < glyphsLeft && currentChar <= 0xFFFF) {
2117 if (runLength < glyphsLeft) {
2143 int glyphsLeft = glyphCount - glyphIndex;
2145 while (runLength < glyphsLeft && !SkUTF16_IsHighSurrogate(currentUtf16[runLength])) {
2170 int glyphsLeft = SkTMin(glyphCount - glyphIndex, scratchCount);
2172 while (runLength < glyphsLeft && utf32[glyphIndex + runLength] <= 0xFFFF) {

Completed in 116 milliseconds