/external/skia/src/pdf/ |
D | SkPDFFont.cpp | 113 int count = typeface->countGlyphs(); in GetMetrics() 164 std::vector<SkUnichar> buffer(typeface->countGlyphs()); in GetUnicodeMap() 208 SkGlyphID lastGlyph = SkToU16(typeface->countGlyphs() - 1); in GetFontResource() 394 SkASSERT(SkToSizeT(font.typeface()->countGlyphs()) == glyphToUnicode.size()); in emit_subset_type0() 654 SkASSERT(glyphToUnicode.size() == SkToSizeT(typeface->countGlyphs())); in emit_subset_type3()
|
D | SkPDFType1Font.cpp | 262 std::vector<SkString> names(typeface->countGlyphs()); in type_1_glyphnames()
|
D | SkPDFDevice.cpp | 862 const int numGlyphs = typeface->countGlyphs(); in internalDrawGlyphRun()
|
/external/skqp/src/pdf/ |
D | SkPDFFont.cpp | 114 int count = typeface->countGlyphs(); in GetMetrics() 165 std::vector<SkUnichar> buffer(typeface->countGlyphs()); in GetUnicodeMap() 214 SkGlyphID lastGlyph = SkToU16(typeface->countGlyphs() - 1); in GetFontResource() 403 SkASSERT(SkToSizeT(font.typeface()->countGlyphs()) == glyphToUnicode.size()); in emit_subset_type0() 454 std::vector<SkString> names(typeface->countGlyphs()); in type_1_glyphnames() 751 SkASSERT(glyphToUnicode.size() == SkToSizeT(typeface->countGlyphs())); in emit_subset_type3()
|
/external/skia/gm/ |
D | fontmgr.cpp | 233 int numGlyphs = font.getTypefaceOrDefault()->countGlyphs(); in show_bounds() 353 if (typeface && 0 < typeface->countGlyphs() && typeface->countGlyphs() < 1000) { in onDraw()
|
/external/skqp/src/gpu/text/ |
D | GrStrikeCache.h | 69 int countGlyphs() const { return fCache.count(); } in countGlyphs() function
|
/external/skqp/src/core/ |
D | SkTypeface.cpp | 307 int SkTypeface::countGlyphs() const { in countGlyphs() function in SkTypeface 340 sk_bzero(dst, sizeof(SkUnichar) * this->countGlyphs()); in getGlyphToUnicodeMap()
|
D | SkRemoteGlyphCache.cpp | 279 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(), in serializeTypeface() 365 fTypefacesToSend.emplace_back(typefaceId, tf->countGlyphs(), tf->fontStyle(), in getOrCreateCache()
|
D | SkFont.cpp | 215 const unsigned numGlyphsInTypeface = typeface->countGlyphs(); in glyphsToUnichars()
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 314 int SkTypeface::countGlyphs() const { in countGlyphs() function in SkTypeface 351 sk_bzero(dst, sizeof(SkUnichar) * this->countGlyphs()); in getGlyphToUnicodeMap()
|
D | SkFont.cpp | 426 const unsigned numGlyphsInTypeface = typeface->countGlyphs(); in GlyphsToUnichars()
|
D | SkRemoteGlyphCache.cpp | 649 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(), in serializeTypeface() 791 fTypefacesToSend.emplace_back(typefaceId, typeface.countGlyphs(), in getOrCreateCache()
|
/external/skqp/gm/ |
D | fontmgr.cpp | 254 int numGlyphs = font.getTypefaceOrDefault()->countGlyphs(); in show_bounds() 335 … if (font.getTypefaceOrDefault() && font.getTypefaceOrDefault()->countGlyphs() < 1000) { in onDraw()
|
/external/skia/include/core/ |
D | SkTypeface.h | 194 int countGlyphs() const;
|
/external/skqp/include/core/ |
D | SkTypeface.h | 215 int countGlyphs() const;
|
/external/skia/tools/fonts/ |
D | RandomScalerContext.cpp | 187 int SkRandomTypeface::onCountGlyphs() const { return fProxy->countGlyphs(); } in onCountGlyphs()
|
D | TestSVGTypeface.cpp | 134 SkDEBUGCODE(unsigned glyphCount = this->countGlyphs()); in getGlyphToUnicodeMap()
|
/external/skqp/tools/fonts/ |
D | SkRandomScalerContext.cpp | 199 return fProxy->countGlyphs(); in onCountGlyphs()
|
D | SkTestSVGTypeface.cpp | 108 SkDEBUGCODE(unsigned glyphCount = this->countGlyphs()); in getGlyphToUnicodeMap()
|
/external/skia/tests/ |
D | FontHostTest.cpp | 56 int nativeGlyphs = face->countGlyphs(); in test_countGlyphs()
|
D | SerializationTest.cpp | 463 REPORTER_ASSERT(reporter, typeface->countGlyphs() == cloneTypeface->countGlyphs(), in TestTypefaceSerialization()
|
/external/skqp/tests/ |
D | FontHostTest.cpp | 56 int nativeGlyphs = face->countGlyphs(); in test_countGlyphs()
|
/external/skia/fuzz/ |
D | FuzzCanvas.cpp | 875 int glyphRange = font.getTypefaceOrDefault()->countGlyphs(); in make_fuzz_text()
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 1780 int glyphCount = typeface->countGlyphs(); in CreateTypefaceUse()
|
/external/skqp/fuzz/ |
D | FuzzCanvas.cpp | 906 int glyphRange = font.getTypefaceOrDefault()->countGlyphs(); in make_fuzz_text()
|