Searched refs:jstyle (Results 1 – 2 of 2) sorted by relevance
/external/skia/modules/skottie/src/ |
D | SkottieTextLayer.cpp | 113 const skjson::StringValue* jstyle = (*jfont)["fStyle"]; in parseFonts() local 118 !jstyle || !jstyle->size()) { in parseFonts() 137 FontStyle(this, jstyle->begin()))); in parseFonts() 143 jfamily->begin(), jstyle->begin()); in parseFonts() 145 tf = fmgr->legacyMakeTypeface(nullptr, FontStyle(this, jstyle->begin())); in parseFonts() 154 SkString(jstyle->begin(), jstyle->size()), in parseFonts() 189 const skjson::StringValue* jstyle = (*jchar)["style"]; // "style", not "fStyle"... in parseFonts() local 194 if (!jfamily || !jstyle || (SkUTF::CountUTF8(ch_ptr, ch_len) != 1)) { in parseFonts() 203 const auto* style = jstyle->begin(); in parseFonts()
|
/external/skqp/modules/skottie/src/ |
D | SkottieTextLayer.cpp | 113 const skjson::StringValue* jstyle = (*jfont)["fStyle"]; in parseFonts() local 118 !jstyle || !jstyle->size()) { in parseFonts() 137 FontStyle(this, jstyle->begin()))); in parseFonts() 143 jfamily->begin(), jstyle->begin()); in parseFonts() 145 tf = fmgr->legacyMakeTypeface(nullptr, FontStyle(this, jstyle->begin())); in parseFonts() 154 SkString(jstyle->begin(), jstyle->size()), in parseFonts() 189 const skjson::StringValue* jstyle = (*jchar)["style"]; // "style", not "fStyle"... in parseFonts() local 194 if (!jfamily || !jstyle || (SkUTF::CountUTF8(ch_ptr, ch_len) != 1)) { in parseFonts() 203 const auto* style = jstyle->begin(); in parseFonts()
|