Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp942 static const LinearMapNode<LineCapStyle> lineCapTable[] = { in JsSetLineCap() local
949 …auto lineCap = ConvertStrToEnum(capStr.c_str(), lineCapTable, ArraySize(lineCapTable), LineCapStyl… in JsSetLineCap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp1678 static const LinearMapNode<LineCapStyle> lineCapTable[] = { in JsLineCapSetter() local
1683 …auto lineCap = ConvertStrToEnum(capStr.c_str(), lineCapTable, ArraySize(lineCapTable), LineCapStyl… in JsLineCapSetter()
H A Djsi_canvas_bridge.cpp2053 static const LinearMapNode<LineCapStyle> lineCapTable[] = { in JsLineCapSetter() local
2058 …auto lineCap = ConvertStrToEnum(capStr.c_str(), lineCapTable, ArraySize(lineCapTable), LineCapStyl… in JsLineCapSetter()