Home
last modified time | relevance | path

Searched refs:CloneTypeface (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp182 match = CloneTypeface(match, fontArgs);
194 match = CloneTypeface(match, fontArgs);
233 match = CloneTypeface(match, fontArgs);
245 match = CloneTypeface(match, fontArgs);
406 sk_sp<SkTypeface> FontCollection::CloneTypeface(sk_sp<SkTypeface> typeface, function in skia::textlayout::FontCollection
410 std::shared_ptr<RSTypeface> FontCollection::CloneTypeface(std::shared_ptr<RSTypeface> typeface,
435 auto varTypeface = fontArgs->CloneTypeface(typeface);
H A DFontArguments.cpp59 sk_sp<SkTypeface> FontArguments::CloneTypeface(sk_sp<SkTypeface> typeface) const { in CloneTypeface() function in skia::textlayout::FontArguments
79 std::shared_ptr<RSTypeface> FontArguments::CloneTypeface(std::shared_ptr<RSTypeface> typeface) const in CloneTypeface() function in skia::textlayout::FontArguments
H A DOneLineShaper.cpp532 typeface = fParagraph->fFontCollection->CloneTypeface(typeface, textStyle.getFontArguments());
H A DTextLine.cpp1197 typeface = fOwner->fontCollection()->CloneTypeface(typeface, textStyle.getFontArguments());
/third_party/skia/modules/skparagraph/include/
H A DFontArguments.h24 sk_sp<SkTypeface> CloneTypeface(sk_sp<SkTypeface> typeface) const;
26 std::shared_ptr<RSTypeface> CloneTypeface(std::shared_ptr<RSTypeface> typeface) const;
H A DFontCollection.h73 sk_sp<SkTypeface> CloneTypeface(sk_sp<SkTypeface> typeface,
76 std::shared_ptr<RSTypeface> CloneTypeface(std::shared_ptr<RSTypeface> typeface,

Completed in 9 milliseconds