Home
last modified time | relevance | path

Searched refs:PaintSwitch (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_modifier.h48 PaintSwitch(canvas, offset_->Get(), size_->Get()); in onDraw()
127 void PaintSwitch(RSCanvas& canvas, const OffsetF& contentOffset, const SizeF& contentSize);
H A Dswitch_paint_method.cpp104 void SwitchModifier::PaintSwitch(RSCanvas& canvas, const OffsetF& contentOffset, const SizeF& conte… in PaintSwitch() function in OHOS::Ace::NG::SwitchModifier
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H A Dtoggle_test_ng.cpp909 switchPaintMethod.switchModifier_->PaintSwitch(rsCanvas, contentOffset, contentSize);