Searched refs:countGlyphs (Results 1 – 9 of 9) sorted by relevance
183 return fProxy->countGlyphs(); in onCountGlyphs()224 int countGlyphs() const { return fCount; }
230 return fProxy->countGlyphs(); in onCountGlyphs()
191 int countGlyphs() const;
71 int countGlyphs() const { return fCache.count(); } in countGlyphs() function
55 int nativeGlyphs = face->countGlyphs(); in test_countGlyphs()
148 int count = typeface->countGlyphs(); in GetMetrics()200 SkGlyphID lastGlyph = SkToU16(typeface->countGlyphs() - 1); in GetFontResource()
1338 const SkGlyphID maxGlyphID = SkToU16(typeface->countGlyphs() - 1); in internalDrawText()
267 int SkTypeface::countGlyphs() const { in countGlyphs() function in SkTypeface
1055 int glyphRange = paint.getTypeface() ? paint.getTypeface()->countGlyphs() in make_fuzz_text()1056 : SkTypeface::MakeDefault()->countGlyphs(); in make_fuzz_text()