Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DMinikinSkia.h44 SkTypeface* GetSkTypeface() const;
DMinikinSkia.cpp87 SkTypeface* MinikinFontSkia::GetSkTypeface() const { in GetSkTypeface() function in android::MinikinFontSkia
DTypeface.cpp138 SkTypeface* skTypeface = reinterpret_cast<const MinikinFontSkia*>(mf)->GetSkTypeface(); in createFromFamilies()