Home
last modified time | relevance | path

Searched refs:jstyle (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skottie/src/
DSkottieTextLayer.cpp113 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/
DSkottieTextLayer.cpp113 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()