Home
last modified time | relevance | path

Searched defs:strokeColor (Results 1 - 25 of 26) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H A Drender_node_properties.h26 uint32_t strokeColor = SHAPE_MASK_DEFAULT_COLOR; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_box.h28 std::optional<Color> strokeColor; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dshape_painter.cpp64 Color strokeColor = Color::TRANSPARENT; in SetPen() local
H A Drender_context.h474 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 Ddrawing_painter.cpp85 Color strokeColor = Color::BLACK; in SetPen() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsk_painter.cpp114 Color strokeColor = Color::BLACK; in SetPen() local
187 Color strokeColor = Color::BLACK; in SetPen() local
H A Drosen_render_context.cpp182 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 Dpicker_type_define.h72 std::optional<Color> strokeColor; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_checkboxgroup_bridge.cpp179 Color strokeColor; in SetCheckboxGroupMark() local
H A Darkts_native_checkbox_bridge.cpp59 Color strokeColor; in SetMark() local
H A Darkts_native_common_bridge.cpp7872 Color strokeColor; in SetFocusBox() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape_abstract.cpp90 Color strokeColor; in SetStroke() local
H A Djs_checkbox.cpp291 Color strokeColor = theme->GetPointColor(); in Mark() local
H A Djs_checkboxgroup.cpp239 Color strokeColor = theme->GetPointColor(); in Mark() local
H A Djs_shape.cpp182 Color strokeColor = Color::TRANSPARENT; in SetStroke() local
H A Djs_datepicker.cpp975 Color strokeColor; in UpdateLunarSwitchSettingData() local
H A Djs_view_abstract.cpp7303 Color strokeColor; in JsFocusBox() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.h38 uint32_t strokeColor; member
H A Dchart_component.cpp835 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 Dui_chart.h408 ColorType strokeColor; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp132 void SetColor(std::string fillColor, std::string strokeColor, float alpha) in SetColor() argument
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h114 void SetStrokeColor(uint32_t strokeColor) in SetStrokeColor() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp421 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 Dimage_type.h302 FillColor strokeColor; member
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp11225 int strokeColor = item->value[0].u32; in SetCheckboxMark() local
11253 auto strokeColor = GetFullImpl()->getNodeModifiers()->getCheckboxModifier()->getCheckMarkColor(node->uiNodeHandle); in GetCheckboxMark() local

Completed in 93 milliseconds

12