Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_panel.cpp24 inline T ConvertStrToEnum(const char* key, const LinearMapNode<T>* map, size_t length, T defaultVal… in ConvertStrToEnum() function
95 … panel.mode_ = ConvertStrToEnum(val.c_str(), modeTable, ArraySize(modeTable), PanelMode::FULL); in SetSpecializedAttr()
105 …panel.type_ = ConvertStrToEnum(val.c_str(), typeTable, ArraySize(typeTable), PanelType::FOLDABLE_B… in SetSpecializedAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp57 inline T ConvertStrToEnum(const char* key, const LinearMapNode<T>* map, size_t length, T defaultVal… in ConvertStrToEnum() function
949 …auto lineCap = ConvertStrToEnum(capStr.c_str(), lineCapTable, ArraySize(lineCapTable), LineCapStyl… in JsSetLineCap()
965ConvertStrToEnum(joinStr.c_str(), lineJoinTable, ArraySize(lineJoinTable), LineJoinStyle::MITER); in JsSetLineJoin()
1016 …auto type = ConvertStrToEnum(compositeStr.c_str(), compositeOperationTable, ArraySize(compositeOpe… in JsSetGlobalCompositeOperation()
1462ConvertStrToEnum(textBaseline.c_str(), BASELINE_TABLE, ArraySize(BASELINE_TABLE), TextBaseline::AL… in JsSetTextBaseline()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp22 inline T ConvertStrToEnum(const char* key, const LinearMapNode<T>* map, size_t length, T defaultVal… in ConvertStrToEnum() function
164ConvertStrToEnum(baselineStr.c_str(), BASELINE_TABLE, ArraySize(BASELINE_TABLE), TextBaseline::ALP… in JsParseTextState()
1683 …auto lineCap = ConvertStrToEnum(capStr.c_str(), lineCapTable, ArraySize(lineCapTable), LineCapStyl… in JsLineCapSetter()
1714 …auto lineJoin = ConvertStrToEnum(joinStr.c_str(), lineJoinTable, ArraySize(lineJoinTable), LineJoi… in JsLineJoinSetter()
1817ConvertStrToEnum(baselineStr.c_str(), BASELINE_TABLE, ArraySize(BASELINE_TABLE), TextBaseline::ALP… in JsTextBaselineSetter()
1928 auto type = ConvertStrToEnum( in JsCompositeOperationSetter()
H A Djsi_canvas_bridge.cpp78 inline T ConvertStrToEnum(const char* key, const LinearMapNode<T>* map, size_t length, T defaultVal… in ConvertStrToEnum() function
207ConvertStrToEnum(baselineStr.c_str(), BASELINE_TABLE, ArraySize(BASELINE_TABLE), TextBaseline::ALP… in JsParseTextState()
2058 …auto lineCap = ConvertStrToEnum(capStr.c_str(), lineCapTable, ArraySize(lineCapTable), LineCapStyl… in JsLineCapSetter()
2087 …auto lineJoin = ConvertStrToEnum(joinStr.c_str(), lineJoinTable, ArraySize(lineJoinTable), LineJoi… in JsLineJoinSetter()
2182ConvertStrToEnum(baselineStr.c_str(), BASELINE_TABLE, ArraySize(BASELINE_TABLE), TextBaseline::ALP… in JsTextBaselineSetter()
2288 auto type = ConvertStrToEnum( in JsCompositeOperationSetter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp83 inline T ConvertStrToEnum(const char* key, const LinearMapNode<T>* map, size_t length, T defaultVal… in ConvertStrToEnum() function
1851 …return ConvertStrToEnum(filterStr.c_str(), filterTypeTable, ArraySize(filterTypeTable), FilterType… in FilterStrToFilterType()