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

/frameworks/minikin/sample/
H A DMinikinSkia.h22 SkTypeface *GetSkTypeface();
H A DMinikinSkia.cpp73 SkTypeface *MinikinFontSkia::GetSkTypeface() {
H A Dexample_skia.cpp80 // Maybe move to MinikinSkia (esp. instead of opening GetSkTypeface publicly)?
93 skFace = mfs->GetSkTypeface();
/frameworks/base/core/jni/android/graphics/
H A DMinikinSkia.h44 SkTypeface* GetSkTypeface() const;
H A DMinikinSkia.cpp93 SkTypeface *MinikinFontSkia::GetSkTypeface() const { function in class:android::MinikinFontSkia
119 paint->setTypeface(reinterpret_cast<const MinikinFontSkia*>(font)->GetSkTypeface());
H A DTypefaceImpl.cpp153 SkTypeface* skTypeface = reinterpret_cast<MinikinFontSkia*>(mf)->GetSkTypeface();

Completed in 385 milliseconds