Lines Matching refs:glyphCount
33 size_t glyphCount,
113 int glyphCount = SkTFitsIn<int>(info.glyphCount) ? info.glyphCount : INT_MAX;
116 const auto& runBuffer = fBuilder.allocRunTextPos(info.fFont, glyphCount, utf8RangeSize);
124 fGlyphCount = glyphCount;
135 // for (size_t i = 0; i < info.glyphCount; ++i) {
144 info.glyphCount,
186 size_t glyphCount,
193 SkASSERT(glyphCount > 0);
198 std::unique_ptr<float[]> advances(new float[glyphCount]);
199 font.getWidths(glyphs, glyphCount, advances.get());
203 for (size_t glyphIndex = 0; glyphIndex < glyphCount; ++glyphIndex) {
204 if (glyphIndex + 1 < glyphCount // more glyphs
210 for (size_t i = 0; i < glyphCount; ++i) {
215 for (size_t i = 0; i < glyphCount; ++i) {