Searched refs:FontFamilyWrapper (Results 1 – 3 of 3) sorted by relevance
29 struct FontFamilyWrapper { struct30 FontFamilyWrapper(std::shared_ptr<minikin::FontFamily>&& family) : family(family) {} in FontFamilyWrapper() function
102 FontFamilyWrapper* family = reinterpret_cast<FontFamilyWrapper*>(families[i]); in Typeface_createFromArray()
58 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()