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

/external/skia/src/gpu/
H A DGrBatchFontCache.h47 int countGlyphs() const { return fCache.count(); } function in class:GrBatchTextStrike
/external/skia/src/fonts/
H A DSkGScalerContext.cpp202 return fProxy->countGlyphs();
237 int countGlyphs() const { return fCount; }
/external/skia/include/core/
H A DSkTypeface.h182 int countGlyphs() const;
/external/skia/src/core/
H A DSkTypeface.cpp235 int SkTypeface::countGlyphs() const { function in class:SkTypeface
/external/skia/tests/
H A DFontHostTest.cpp51 // Test that countGlyphs() agrees with a direct lookup in the 'maxp' table
54 int nativeGlyphs = face->countGlyphs();
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp132 const int numPaths = typeface->countGlyphs();
/external/skia/src/pdf/
H A DSkPDFDevice.cpp119 return typeface->countGlyphs() - 1;

Completed in 163 milliseconds