Home
last modified time | relevance | path

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

12

/external/skia/src/pdf/
DSkPDFFont.cpp113 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()
DSkPDFType1Font.cpp262 std::vector<SkString> names(typeface->countGlyphs()); in type_1_glyphnames()
DSkPDFDevice.cpp862 const int numGlyphs = typeface->countGlyphs(); in internalDrawGlyphRun()
/external/skqp/src/pdf/
DSkPDFFont.cpp114 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/
Dfontmgr.cpp233 int numGlyphs = font.getTypefaceOrDefault()->countGlyphs(); in show_bounds()
353 if (typeface && 0 < typeface->countGlyphs() && typeface->countGlyphs() < 1000) { in onDraw()
/external/skqp/src/gpu/text/
DGrStrikeCache.h69 int countGlyphs() const { return fCache.count(); } in countGlyphs() function
/external/skqp/src/core/
DSkTypeface.cpp307 int SkTypeface::countGlyphs() const { in countGlyphs() function in SkTypeface
340 sk_bzero(dst, sizeof(SkUnichar) * this->countGlyphs()); in getGlyphToUnicodeMap()
DSkRemoteGlyphCache.cpp279 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(), in serializeTypeface()
365 fTypefacesToSend.emplace_back(typefaceId, tf->countGlyphs(), tf->fontStyle(), in getOrCreateCache()
DSkFont.cpp215 const unsigned numGlyphsInTypeface = typeface->countGlyphs(); in glyphsToUnichars()
/external/skia/src/core/
DSkTypeface.cpp314 int SkTypeface::countGlyphs() const { in countGlyphs() function in SkTypeface
351 sk_bzero(dst, sizeof(SkUnichar) * this->countGlyphs()); in getGlyphToUnicodeMap()
DSkFont.cpp426 const unsigned numGlyphsInTypeface = typeface->countGlyphs(); in GlyphsToUnichars()
DSkRemoteGlyphCache.cpp649 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(), in serializeTypeface()
791 fTypefacesToSend.emplace_back(typefaceId, typeface.countGlyphs(), in getOrCreateCache()
/external/skqp/gm/
Dfontmgr.cpp254 int numGlyphs = font.getTypefaceOrDefault()->countGlyphs(); in show_bounds()
335 … if (font.getTypefaceOrDefault() && font.getTypefaceOrDefault()->countGlyphs() < 1000) { in onDraw()
/external/skia/include/core/
DSkTypeface.h194 int countGlyphs() const;
/external/skqp/include/core/
DSkTypeface.h215 int countGlyphs() const;
/external/skia/tools/fonts/
DRandomScalerContext.cpp187 int SkRandomTypeface::onCountGlyphs() const { return fProxy->countGlyphs(); } in onCountGlyphs()
DTestSVGTypeface.cpp134 SkDEBUGCODE(unsigned glyphCount = this->countGlyphs()); in getGlyphToUnicodeMap()
/external/skqp/tools/fonts/
DSkRandomScalerContext.cpp199 return fProxy->countGlyphs(); in onCountGlyphs()
DSkTestSVGTypeface.cpp108 SkDEBUGCODE(unsigned glyphCount = this->countGlyphs()); in getGlyphToUnicodeMap()
/external/skia/tests/
DFontHostTest.cpp56 int nativeGlyphs = face->countGlyphs(); in test_countGlyphs()
DSerializationTest.cpp463 REPORTER_ASSERT(reporter, typeface->countGlyphs() == cloneTypeface->countGlyphs(), in TestTypefaceSerialization()
/external/skqp/tests/
DFontHostTest.cpp56 int nativeGlyphs = face->countGlyphs(); in test_countGlyphs()
/external/skia/fuzz/
DFuzzCanvas.cpp875 int glyphRange = font.getTypefaceOrDefault()->countGlyphs(); in make_fuzz_text()
/external/skia/src/xps/
DSkXPSDevice.cpp1780 int glyphCount = typeface->countGlyphs(); in CreateTypefaceUse()
/external/skqp/fuzz/
DFuzzCanvas.cpp906 int glyphRange = font.getTypefaceOrDefault()->countGlyphs(); in make_fuzz_text()

12