Searched refs:txt_val (Results 1 – 2 of 2) sorted by relevance
227 JSObject txt_val = emscripten::val::object(); in getTextProps() local228 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()
187 const auto& txt_val = this->getText(); in applyAnimators() local191 seed_props.fill_color = txt_val.fFillColor; in applyAnimators()192 seed_props.stroke_color = txt_val.fStrokeColor; in applyAnimators()