Home
last modified time | relevance | path

Searched refs:GetSkTypeface (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/hwui/
H A DMinikinSkia.h54 SkTypeface* GetSkTypeface() const;
H A DMinikinSkia.cpp105 SkTypeface* MinikinFontSkia::GetSkTypeface() const { in GetSkTypeface() function in android::MinikinFontSkia
H A DTypeface.cpp147 SkTypeface* skTypeface = reinterpret_cast<const MinikinFontSkia*>(mf)->GetSkTypeface(); in createFromFamilies()
/aosp14/frameworks/base/libs/hwui/jni/fonts/
H A DFont.cpp142 sk_sp<SkTypeface> newTypeface = minikinSkia->GetSkTypeface()->makeClone(args); in Font_Builder_clone()