Searched refs:ConvertStrToEnum (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_panel.cpp | 24 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 D | js_canvas_renderer.cpp | 57 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() 965 … ConvertStrToEnum(joinStr.c_str(), lineJoinTable, ArraySize(lineJoinTable), LineJoinStyle::MITER); in JsSetLineJoin() 1016 …auto type = ConvertStrToEnum(compositeStr.c_str(), compositeOperationTable, ArraySize(compositeOpe… in JsSetGlobalCompositeOperation() 1462 …ConvertStrToEnum(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 D | jsi_offscreen_canvas_bridge.cpp | 22 inline T ConvertStrToEnum(const char* key, const LinearMapNode<T>* map, size_t length, T defaultVal… in ConvertStrToEnum() function 164 …ConvertStrToEnum(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() 1817 …ConvertStrToEnum(baselineStr.c_str(), BASELINE_TABLE, ArraySize(BASELINE_TABLE), TextBaseline::ALP… in JsTextBaselineSetter() 1928 auto type = ConvertStrToEnum( in JsCompositeOperationSetter()
|
H A D | jsi_canvas_bridge.cpp | 78 inline T ConvertStrToEnum(const char* key, const LinearMapNode<T>* map, size_t length, T defaultVal… in ConvertStrToEnum() function 207 …ConvertStrToEnum(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() 2182 …ConvertStrToEnum(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 D | custom_paint_paint_method.cpp | 83 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()
|