Searched refs:addSkTypeface (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | FontFamily.cpp | 113 static bool addSkTypeface(NativeFamilyBuilder* builder, sk_sp<SkData>&& data, int ttcIndex, in addSkTypeface() function 189 return addSkTypeface(builder, std::move(data), ttcIndex, weight, isItalic); in FontFamily_addFont() 211 return addSkTypeface(builder, std::move(data), ttcIndex, weight, isItalic); in FontFamily_addFontWeightStyle()
|