Searched refs:GetSkTypeface (Results 1 - 6 of 6) sorted by relevance

/frameworks/minikin/sample/
H A DMinikinSkia.h17 SkTypeface *GetSkTypeface();
H A DMinikinSkia.cpp67 SkTypeface *MinikinFontSkia::GetSkTypeface() {
H A Dexample_skia.cpp78 // Maybe move to MinikinSkia (esp. instead of opening GetSkTypeface publicly)?
91 skFace = mfs->GetSkTypeface();
/frameworks/base/libs/hwui/hwui/
H A DMinikinSkia.h44 SkTypeface* GetSkTypeface() const;
H A DMinikinSkia.cpp87 SkTypeface *MinikinFontSkia::GetSkTypeface() const { function in class:android::MinikinFontSkia
121 paint->setTypeface(reinterpret_cast<const MinikinFontSkia*>(font)->GetSkTypeface());
H A DTypeface.cpp145 SkTypeface* skTypeface = reinterpret_cast<MinikinFontSkia*>(mf)->GetSkTypeface();

Completed in 2611 milliseconds