Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/
Dskottie_bindings.cpp227 JSObject txt_val = emscripten::val::object(); in getTextProps() local
228 txt_val.set("text", txt.fText.c_str()); in getTextProps()
229 txt_val.set("size", txt.fTextSize); in getTextProps()
233 prop.set("value", std::move(txt_val)); in getTextProps()
/third_party/flutter/skia/modules/skottie/src/text/
DTextAdapter.cpp187 const auto& txt_val = this->getText(); in applyAnimators() local
191 seed_props.fill_color = txt_val.fFillColor; in applyAnimators()
192 seed_props.stroke_color = txt_val.fStrokeColor; in applyAnimators()