Home
last modified time | relevance | path

Searched defs:makeTypeface (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/include/ports/
DSkFontConfigInterface.h100 virtual sk_sp<SkTypeface> makeTypeface(const FontIdentity& identity) { in makeTypeface() function
/third_party/skia/include/ports/
DSkFontConfigInterface.h100 virtual sk_sp<SkTypeface> makeTypeface(const FontIdentity& identity) { in makeTypeface() function
/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.cpp413 sk_sp<SkTypeface> SkFontMgr_OHOS::makeTypeface(std::unique_ptr<SkStreamAsset> stream, in makeTypeface() function in SkFontMgr_OHOS
454 sk_sp<SkTypeface> SkFontMgr_OHOS::makeTypeface(SkFontData* fontData) const in makeTypeface() function in SkFontMgr_OHOS
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp239 auto makeTypeface = [&]() { in Make() local