HomeSort by relevance Sort by last modified time
    Searched refs:countGlyphs (Results 1 - 8 of 8) sorted by null

  /external/skia/include/core/
SkTypeface.h 191 int countGlyphs() const;
  /external/skia/src/fonts/
SkRandomScalerContext.cpp 229 return fProxy->countGlyphs();
  /external/skia/src/gpu/text/
GrAtlasGlyphCache.h 71 int countGlyphs() const { return fCache.count(); }
  /external/skia/tests/
FontHostTest.cpp 52 // Test that countGlyphs() agrees with a direct lookup in the 'maxp' table
55 int nativeGlyphs = face->countGlyphs();
  /external/skia/src/core/
SkTypeface.cpp 267 int SkTypeface::countGlyphs() const {
  /external/skia/src/pdf/
SkPDFFont.cpp 149 int count = typeface->countGlyphs();
226 SkGlyphID lastGlyph = SkToU16(typeface->countGlyphs() - 1);
SkPDFDevice.cpp     [all...]
  /external/skia/fuzz/
FuzzCanvas.cpp     [all...]

Completed in 249 milliseconds