Home
last modified time | relevance | path

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

/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/src/fonts/
DSkRandomScalerContext.cpp229 return fProxy->countGlyphs(); in onCountGlyphs()
/external/skia/tests/
DFontHostTest.cpp55 int nativeGlyphs = face->countGlyphs(); in test_countGlyphs()
/external/skia/src/pdf/
DSkPDFFont.cpp149 int count = typeface->countGlyphs(); in GetMetrics()
226 SkGlyphID lastGlyph = SkToU16(typeface->countGlyphs() - 1); in GetFontResource()
DSkPDFDevice.cpp1504 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.cpp1052 int glyphRange = paint.getTypeface() ? paint.getTypeface()->countGlyphs() in make_fuzz_text()
1053 : SkTypeface::MakeDefault()->countGlyphs(); in make_fuzz_text()