Home
last modified time | relevance | path

Searched refs:DrawUnselected (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drosen_render_checkbox.cpp112 DrawUnselected(canvas, paintOffset, inactiveColor_, strokePaint); in SetUIStatus()
116 DrawUnselected(canvas, paintOffset, focusColor_, strokePaint); in SetUIStatus()
135 DrawUnselected(canvas, paintOffset, inactiveColor_, strokePaint); in SetUIStatus()
139 DrawUnselected(canvas, paintOffset, inactiveColor_, strokePaint); in SetUIStatus()
143 DrawUnselected(canvas, paintOffset, inactiveColor_, strokePaint); in SetUIStatus()
147 DrawUnselected(canvas, paintOffset, inactiveColor_, strokePaint); in SetUIStatus()
227 void RosenRenderCheckbox::DrawUnselected( in DrawUnselected() function in OHOS::Ace::RosenRenderCheckbox
230 void RosenRenderCheckbox::DrawUnselected( in DrawUnselected()
H A Drosen_render_checkbox.h39 …void DrawUnselected(SkCanvas* canvas, const Offset& origin, uint32_t paintColor, SkPaint& paint) c…
53 void DrawUnselected(
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_modifier.cpp128 DrawUnselected(canvas, paintOffset, pen, contentSize); in PaintCheckBox()
184 void CheckBoxGroupModifier::DrawUnselected( in DrawUnselected() function in OHOS::Ace::NG::CheckBoxGroupModifier
H A Dcheckboxgroup_modifier.h100 …void DrawUnselected(RSCanvas& canvas, const OffsetF& origin, RSPen& pen, const SizeF& paintSize) c…