Searched refs:SwiperPaintMethod (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_paint_method.h | 26 class SwiperPaintMethod : public NodePaintMethod { 27 DECLARE_ACE_TYPE(SwiperPaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument 30 SwiperPaintMethod(Axis axis, float mainDelta) : axis_(axis), mainDelta_(mainDelta) {}; in DECLARE_ACE_TYPE() 31 ~SwiperPaintMethod() override = default;
|
H A D | swiper_paint_method.cpp | 24 CanvasDrawFunction SwiperPaintMethod::GetOverlayDrawFunction(PaintWrapper* paintWrapper) in GetOverlayDrawFunction() 36 void SwiperPaintMethod::PaintFade(RSCanvas& canvas, PaintWrapper* paintWrapper) const in PaintFade() 112 CanvasDrawFunction SwiperPaintMethod::GetContentDrawFunction(PaintWrapper* paintWrapper) in GetContentDrawFunction() 122 void SwiperPaintMethod::ClipPadding(PaintWrapper* paintWrapper, RSCanvas& canvas) const in ClipPadding()
|
H A D | swiper_pattern.cpp | 5786 auto paintMethod = MakeRefPtr<SwiperPaintMethod>(GetDirection(), fadeOffset_); in CreateNodePaintMethod()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_modifier_test_ng.cpp | 864 SwiperPaintMethod swiperPaintMethod1(Axis::VERTICAL, 0.0f); 897 SwiperPaintMethod swiperPaintMethod1(Axis::VERTICAL, 0.0f); 1153 SwiperPaintMethod swiperPaintMethod1(Axis::VERTICAL, 0.0f); 1188 SwiperPaintMethod swiperPaintMethod1(Axis::VERTICAL, 0.0f); 1212 SwiperPaintMethod swiperPaintMethod1(Axis::VERTICAL, 0.0f); 1246 SwiperPaintMethod swiperPaintMethod1(Axis::VERTICAL, 0.0f); 1306 SwiperPaintMethod swiperPaintMethod1(Axis::VERTICAL, 0.0f);
|