Home
last modified time | relevance | path

Searched defs:typefaces (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/
DFontTest.cpp26 sk_sp<SkRefCntSet> typefaces = sk_make_sp<SkRefCntSet>(); in serialize_deserialize() local
88 const sk_sp<SkTypeface> typefaces[] = { in DEF_TEST() local
/external/skia/modules/skparagraph/src/
DFontCollection.cpp100 std::vector<sk_sp<SkTypeface>> typefaces; in findTypefaces() local
DOneLineShaper.cpp424 …std::vector<sk_sp<SkTypeface>> typefaces = fParagraph->fFontCollection->findTypefaces(textStyle.ge… in matchResolvedFonts() local
581 std::vector<sk_sp<SkTypeface>> typefaces = fParagraph->fFontCollection->findTypefaces( in iterateThroughShapingRegions() local
DParagraphImpl.cpp693 …std::vector<sk_sp<SkTypeface>> typefaces = fFontCollection->findTypefaces(strutStyle.getFontFamili… in resolveStrut() local
1024 auto typefaces = fontCollection()->findTypefaces( in computeEmptyMetrics() local
DTextLine.cpp737 std::vector<sk_sp<SkTypeface>> typefaces = fOwner->fontCollection()->findTypefaces( in shapeEllipsis() local
/external/skia/bench/
DSkGlyphCacheBench.cpp98 sk_sp<SkTypeface> typefaces[] = { in onDraw() local
/external/skia/src/core/
DSkPicture.cpp169 SkTypefacePlayback* typefaces, int recursionLimit) { in MakeFromStreamPriv()
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp119 static std::vector<sk_sp<SkTypeface>> typefaces = []() -> std::vector<sk_sp<SkTypeface>> { in getTypefaces() local
146 std::vector<sk_sp<SkTypeface>> typefaces; in getTypefaces() local
186 const std::vector<sk_sp<SkTypeface>>& typefaces = getTypefaces(); in ResourceFontCollection() local