Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dskottie_bindings.cpp58 struct SimpleSlottableTextProperty { struct
631 bool setTextSlot(const std::string& slotID, SimpleSlottableTextProperty t) { in setTextSlot()
838 value_object<SimpleSlottableTextProperty>("SlottableTextProperty") in EMSCRIPTEN_BINDINGS()
839 .field("typeface", &SimpleSlottableTextProperty::typeface) in EMSCRIPTEN_BINDINGS()
840 .field("text", &SimpleSlottableTextProperty::text) in EMSCRIPTEN_BINDINGS()
841 .field("textSize", &SimpleSlottableTextProperty::textSize) in EMSCRIPTEN_BINDINGS()
842 .field("minTextSize", &SimpleSlottableTextProperty::minTextSize) in EMSCRIPTEN_BINDINGS()
843 .field("maxTextSize", &SimpleSlottableTextProperty::maxTextSize) in EMSCRIPTEN_BINDINGS()
844 .field("strokeWidth", &SimpleSlottableTextProperty::strokeWidth) in EMSCRIPTEN_BINDINGS()
845 .field("lineHeight", &SimpleSlottableTextProperty::lineHeight) in EMSCRIPTEN_BINDINGS()
[all …]