Lines Matching refs:glyphCount
33 size_t glyphCount,
113 int glyphCount = SkTFitsIn<int>(info.glyphCount) ? info.glyphCount : INT_MAX; in runBuffer() local
116 … const auto& runBuffer = SkTextBlobBuilderPriv::AllocRunTextPos(&fBuilder, info.fFont, glyphCount, in runBuffer()
125 fGlyphCount = glyphCount; in runBuffer()
145 info.glyphCount, in commitRunBuffer()
187 size_t glyphCount, in set_character_bounds() argument
194 SkASSERT(glyphCount > 0); in set_character_bounds()
199 std::unique_ptr<float[]> advances(new float[glyphCount]); in set_character_bounds()
200 font.getWidths(glyphs, glyphCount, advances.get()); in set_character_bounds()
204 for (size_t glyphIndex = 0; glyphIndex < glyphCount; ++glyphIndex) { in set_character_bounds()
205 if (glyphIndex + 1 < glyphCount // more glyphs in set_character_bounds()
211 for (size_t i = 0; i < glyphCount; ++i) { in set_character_bounds()
216 for (size_t i = 0; i < glyphCount; ++i) { in set_character_bounds()