Home
last modified time | relevance | path

Searched defs:strokeColor (Results 1 – 15 of 15) sorted by relevance

/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/30/
Dindex.js38 strokeColor: "#FBD140", property
78 strokeColor: "#FBD140", property
92 strokeColor: "#ff0000", property
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/
Dchart.js22 strokeColor: "#0000FF", property
55 strokeColor: "#0000FF", property
68 strokeColor: "#0000FF", property
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/common/js/
Dchart.js33 strokeColor: "#eeaaff", property
37 strokeColor: "#ccddee", property
41 strokeColor: "#ddaacc", property
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/1819/
Dindex.js35 strokeColor: "#ff0000", property
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Dshape_painter.cpp69 Color strokeColor = Color::TRANSPARENT; in SetPen() local
Drender_context.h324 …tual void OnMouseSelectUpdate(bool isSelected, const Color& fillColor, const Color& strokeColor) {} in OnMouseSelectUpdate()
325 …d UpdateMouseSelectWithRect(const RectF& rect, const Color& fillColor, const Color& strokeColor) {} in UpdateMouseSelectWithRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dsk_painter.cpp94 Color strokeColor = Color::BLACK; in SetPen() local
Drosen_render_context.cpp3261 …nderContext::OnMouseSelectUpdate(bool isSelected, const Color& fillColor, const Color& strokeColor)
3277 …ext::UpdateMouseSelectWithRect(const RectF& rect, const Color& fillColor, const Color& strokeColor)
3287 …rContext::PaintMouseSelectRect(const RectF& rect, const Color& fillColor, const Color& strokeColor)
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_shape.cpp186 Color strokeColor = Color::TRANSPARENT; in SetStroke() local
Djs_shape_abstract.cpp99 Color strokeColor; in SetStroke() local
Djs_checkbox.cpp279 Color strokeColor; in Mark() local
Djs_checkboxgroup.cpp292 Color strokeColor; in Mark() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dchart_component.h38 uint32_t strokeColor; member
Dchart_component.cpp211 uint32_t fillColor, uint32_t strokeColor, uint32_t radius, uint32_t strokeWidth) in UpdatePointStyle()
830 uint32_t strokeColor = GetColor(jPointStyleVal, styleName, defaultColorVal); in RecordOptionsSeriesPoint() local
/foundation/arkui/ui_lite/interfaces/kits/components/
Dui_chart.h408 ColorType strokeColor; member