/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/ |
H A D | render_node_properties.h | 26 uint32_t strokeColor = SHAPE_MASK_DEFAULT_COLOR; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_box.h | 28 std::optional<Color> strokeColor; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | shape_painter.cpp | 64 Color strokeColor = Color::TRANSPARENT; in SetPen() local
|
H A D | render_context.h | 474 virtual void OnMouseSelectUpdate(bool isSelected, const Color& fillColor, const Color& strokeColor) {} in OnMouseSelectUpdate() argument 475 virtual void UpdateMouseSelectWithRect(const RectF& rect, const Color& fillColor, const Color& strokeColor) {} in UpdateMouseSelectWithRect() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_painter.cpp | 85 Color strokeColor = Color::BLACK; in SetPen() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | sk_painter.cpp | 114 Color strokeColor = Color::BLACK; in SetPen() local 187 Color strokeColor = Color::BLACK; in SetPen() local
|
H A D | rosen_render_context.cpp | 182 RSPen GetRsPen(uint32_t strokeColor, float strokeWidth) in GetRsPen() argument 5310 void RosenRenderContext::OnMouseSelectUpdate(bool isSelected, const Color& fillColor, const Color& strokeColor) argument 5326 void RosenRenderContext::UpdateMouseSelectWithRect(const RectF& rect, const Color& fillColor, const Color& strokeColor) argument 5335 void RosenRenderContext::PaintMouseSelectRect(const RectF& rect, const Color& fillColor, const Color& strokeColor) argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | picker_type_define.h | 72 std::optional<Color> strokeColor; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_checkboxgroup_bridge.cpp | 179 Color strokeColor; in SetCheckboxGroupMark() local
|
H A D | arkts_native_checkbox_bridge.cpp | 59 Color strokeColor;
in SetMark() local
|
H A D | arkts_native_common_bridge.cpp | 7872 Color strokeColor; in SetFocusBox() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape_abstract.cpp | 90 Color strokeColor; in SetStroke() local
|
H A D | js_checkbox.cpp | 291 Color strokeColor = theme->GetPointColor(); in Mark() local
|
H A D | js_checkboxgroup.cpp | 239 Color strokeColor = theme->GetPointColor(); in Mark() local
|
H A D | js_shape.cpp | 182 Color strokeColor = Color::TRANSPARENT; in SetStroke() local
|
H A D | js_datepicker.cpp | 975 Color strokeColor; in UpdateLunarSwitchSettingData() local
|
H A D | js_view_abstract.cpp | 7303 Color strokeColor; in JsFocusBox() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | chart_component.h | 38 uint32_t strokeColor; member
|
H A D | chart_component.cpp | 835 uint32_t strokeColor = GetColor(jPointStyleVal, styleName, defaultColorVal); in SetOptionsInfo() local 210 UpdatePointStyle(UIChartDataSerial::PointStyle *pointStyle, uint32_t fillColor, uint32_t strokeColor, uint32_t radius, uint32_t strokeWidth) UpdatePointStyle() argument [all...] |
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_chart.h | 408 ColorType strokeColor; member
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_paint_filter_canvas_test.cpp | 132 void SetColor(std::string fillColor, std::string strokeColor, float alpha) in SetColor() argument
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | shape.h | 114 void SetStrokeColor(uint32_t strokeColor) in SetStrokeColor() argument
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | render_node_modifier.cpp | 421 void SetCommandPathMask(ArkUINodeHandle node, ArkUI_CharPtr commands, ArkUI_Uint32 fillColor, ArkUI_Uint32 strokeColor, in SetCommandPathMask() argument 341 SetRectMask(ArkUINodeHandle node, ArkUI_Float32 rectX, ArkUI_Float32 rectY, ArkUI_Float32 rectW, ArkUI_Float32 rectH, ArkUI_Uint32 fillColor, ArkUI_Uint32 strokeColor, ArkUI_Float32 strokeWidth) SetRectMask() argument 356 SetCircleMask(ArkUINodeHandle node, ArkUI_Float32 centerXValue, ArkUI_Float32 centerYValue, ArkUI_Float32 radiusValue, ArkUI_Uint32 fillColor, ArkUI_Uint32 strokeColor, ArkUI_Float32 strokeWidth) SetCircleMask() argument 379 SetRoundRectMask(ArkUINodeHandle node, const ArkUI_Float32* roundRect, const ArkUI_Uint32 roundRectSize, ArkUI_Uint32 fillColor, ArkUI_Uint32 strokeColor, ArkUI_Float32 strokeWidth) SetRoundRectMask() argument 406 SetOvalMask(ArkUINodeHandle node, ArkUI_Float32 rectX, ArkUI_Float32 rectY, ArkUI_Float32 rectW, ArkUI_Float32 rectH, ArkUI_Uint32 fillColor, ArkUI_Uint32 strokeColor, ArkUI_Float32 strokeWidth) SetOvalMask() argument [all...] |
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_type.h | 302 FillColor strokeColor; member
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 11225 int strokeColor = item->value[0].u32; in SetCheckboxMark() local 11253 auto strokeColor = GetFullImpl()->getNodeModifiers()->getCheckboxModifier()->getCheckMarkColor(node->uiNodeHandle); in GetCheckboxMark() local
|