Home
last modified time | relevance | path

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

/external/skia/src/fonts/
DSkGScalerContext.cpp202 return fProxy->countGlyphs(); in onCountGlyphs()
237 int countGlyphs() const { return fCount; }
/external/skia/src/gpu/
DGrBatchFontCache.h47 int countGlyphs() const { return fCache.count(); } in countGlyphs() function
/external/skia/include/core/
DSkTypeface.h182 int countGlyphs() const;
/external/skia/tests/
DFontHostTest.cpp54 int nativeGlyphs = face->countGlyphs(); in test_countGlyphs()
/external/skia/src/core/
DSkTypeface.cpp235 int SkTypeface::countGlyphs() const { in countGlyphs() function in SkTypeface
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp132 const int numPaths = typeface->countGlyphs(); in createGlyphs()
/external/skia/src/pdf/
DSkPDFDevice.cpp119 return typeface->countGlyphs() - 1; in max_glyphid_for_typeface()