Home
last modified time | relevance | path

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

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