Searched refs:DrawUnselected (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | rosen_render_checkbox.cpp | 112 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 D | rosen_render_checkbox.h | 39 …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 D | checkboxgroup_modifier.cpp | 128 DrawUnselected(canvas, paintOffset, pen, contentSize); in PaintCheckBox() 184 void CheckBoxGroupModifier::DrawUnselected( in DrawUnselected() function in OHOS::Ace::NG::CheckBoxGroupModifier
|
H A D | checkboxgroup_modifier.h | 100 …void DrawUnselected(RSCanvas& canvas, const OffsetF& origin, RSPen& pen, const SizeF& paintSize) c…
|