Home
last modified time | relevance | path

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

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