Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/fonts/
DFontFamily.cpp45 delete reinterpret_cast<FontFamilyWrapper*>(family); in releaseFontFamily()
78 return reinterpret_cast<jlong>(new FontFamilyWrapper(std::move(family))); in FontFamily_Builder_build()
88 FontFamilyWrapper* family = reinterpret_cast<FontFamilyWrapper*>(familyPtr); in FontFamily_getLangTags()
99 FontFamilyWrapper* family = reinterpret_cast<FontFamilyWrapper*>(familyPtr); in FontFamily_getVariant()
105 FontFamilyWrapper* family = reinterpret_cast<FontFamilyWrapper*>(familyPtr); in FontFamily_getFontSize()
111 FontFamilyWrapper* family = reinterpret_cast<FontFamilyWrapper*>(familyPtr); in FontFamily_getFont()
/frameworks/base/libs/hwui/jni/
DFontUtils.h32 struct FontFamilyWrapper { struct
33 explicit FontFamilyWrapper(std::shared_ptr<minikin::FontFamily>&& family) : family(family) {} in FontFamilyWrapper() function
DFontFamily.cpp60 static inline FontFamilyWrapper* toFamily(jlong ptr) { in toFamily()
61 return reinterpret_cast<FontFamilyWrapper*>(ptr); in toFamily()
93 return toJLong(new FontFamilyWrapper(std::move(family))); in FontFamily_create()
DTypeface.cpp116 FontFamilyWrapper* family = reinterpret_cast<FontFamilyWrapper*>(families[i]); in Typeface_createFromArray()
125 FontFamilyWrapper* family = reinterpret_cast<FontFamilyWrapper*>(families[i]); in Typeface_createFromArray()
368 return reinterpret_cast<jlong>(new FontFamilyWrapper(std::move(family))); in Typeface_getFamily()