Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DMinikinSkia.cpp106 sk_sp<SkTypeface> MinikinFontSkia::RefSkTypeface() const { in RefSkTypeface() function in android::MinikinFontSkia
175 skFont->setTypeface(reinterpret_cast<const MinikinFontSkia*>(font)->RefSkTypeface()); in populateSkFont()
DMinikinSkia.h55 sk_sp<SkTypeface> RefSkTypeface() const;
/frameworks/base/libs/hwui/jni/fonts/
DFont.cpp164 skFont->setTypeface(minikinSkia->RefSkTypeface()); in Font_getGlyphBounds()
184 skFont->setTypeface(minikinSkia->RefSkTypeface()); in Font_getFontMetrics()