Home
last modified time | relevance | path

Searched refs:jtxt (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skottie/src/text/
H A DTextValue.cpp17 const skjson::ObjectValue* jtxt = jv; in Parse() local
18 if (!jtxt) { in Parse()
22 const skjson::StringValue* font_name = (*jtxt)["f"]; in Parse()
23 const skjson::StringValue* text = (*jtxt)["t"]; in Parse()
24 const skjson::NumberValue* text_size = (*jtxt)["s"]; in Parse()
25 const skjson::NumberValue* line_height = (*jtxt)["lh"]; in Parse()
41 v->fLineShift = ParseDefault((*jtxt)["ls"], 0.0f); in Parse()
48 v->fHAlign = gAlignMap[std::min<size_t>(ParseDefault<size_t>((*jtxt)["j"], 0), in Parse()
52 if (const skjson::ArrayValue* jsz = (*jtxt)["sz"]) { in Parse()
60 if (const skjson::ArrayValue* jps = (*jtxt)["p in Parse()
[all...]

Completed in 1 milliseconds