Lines Matching refs:numGlyphs
139 size_t numGlyphs = paint.textToGlyphs(text, len, NULL);
140 storage->reset(numGlyphs);
143 return numGlyphs;
148 size_t numGlyphs = len / 2;
154 for (validated = 0; validated < numGlyphs; ++validated) {
159 if (validated >= numGlyphs) {
161 return numGlyphs;
165 storage->reset(numGlyphs);
170 for (size_t i = validated; i < numGlyphs; ++i) {
177 return numGlyphs;
1141 size_t numGlyphs = force_glyph_encoding(paint, text, len, &storage,
1146 align_text(glyphCacheProc, textPaint, glyphIDs, numGlyphs, &x, &y);
1151 while (numGlyphs > consumedGlyphCount) {
1156 numGlyphs - consumedGlyphCount);
1201 size_t numGlyphs = 0;
1205 numGlyphs = len / 2;
1208 numGlyphs = paint.textToGlyphs(text, len, NULL);
1209 tmpStorage.reset(numGlyphs);
1226 for (uint16_t x = 0; x < numGlyphs; ++x) {
1258 SkGlyphStorage glyphStorage(numGlyphs);
1267 for (uint16_t y = 0; y < numGlyphs; ++y) {
1297 size_t numGlyphs = force_glyph_encoding(paint, text, len, &storage,
1304 for (size_t i = 0; i < numGlyphs; i++) {