Home
last modified time | relevance | path

Searched refs:countGlyphs (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/fonts/
DSkGScalerContext.cpp183 return fProxy->countGlyphs(); in onCountGlyphs()
224 int countGlyphs() const { return fCount; }
DSkRandomScalerContext.cpp230 return fProxy->countGlyphs(); in onCountGlyphs()
/external/skia/include/core/
DSkTypeface.h191 int countGlyphs() const;
/external/skia/src/gpu/text/
DGrAtlasGlyphCache.h71 int countGlyphs() const { return fCache.count(); } in countGlyphs() function
/external/skia/tests/
DFontHostTest.cpp55 int nativeGlyphs = face->countGlyphs(); in test_countGlyphs()
/external/skia/src/pdf/
DSkPDFFont.cpp148 int count = typeface->countGlyphs(); in GetMetrics()
200 SkGlyphID lastGlyph = SkToU16(typeface->countGlyphs() - 1); in GetFontResource()
DSkPDFDevice.cpp1338 const SkGlyphID maxGlyphID = SkToU16(typeface->countGlyphs() - 1); in internalDrawText()
/external/skia/src/core/
DSkTypeface.cpp267 int SkTypeface::countGlyphs() const { in countGlyphs() function in SkTypeface
/external/skia/fuzz/
DFuzzCanvas.cpp1055 int glyphRange = paint.getTypeface() ? paint.getTypeface()->countGlyphs() in make_fuzz_text()
1056 : SkTypeface::MakeDefault()->countGlyphs(); in make_fuzz_text()