Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DFontUtils.h29 struct FontFamilyWrapper { struct
30 FontFamilyWrapper(std::shared_ptr<minikin::FontFamily>&& family) : family(family) {} in FontFamilyWrapper() function
DTypeface.cpp102 FontFamilyWrapper* family = reinterpret_cast<FontFamilyWrapper*>(families[i]); in Typeface_createFromArray()
DFontFamily.cpp58 static inline FontFamilyWrapper* toFamily(jlong ptr) { in toFamily()
59 return reinterpret_cast<FontFamilyWrapper*>(ptr); in toFamily()
90 return toJLong(new FontFamilyWrapper(std::move(family))); in FontFamily_create()