Home
last modified time | relevance | path

Searched refs:DrawIndicator (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drosen_render_swiper.h51 void DrawIndicator(RenderContext& context, const Offset& offset);
H A Drosen_render_swiper.cpp60 DrawIndicator(context, offset); in Paint()
438 void RosenRenderSwiper::DrawIndicator(RenderContext& context, const Offset& offset) in DrawIndicator() function in OHOS::Ace::RosenRenderSwiper
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_arc_track.cpp155 void DrawIndicator(RenderContext& context, const RenderRingInfo& trackInfo, const std::string& mark… in DrawIndicator() function
282 DrawIndicator(context, data, markedText_, markedTextColor_, dataRegion); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.h100 void DrawIndicator(RSCanvas& canvas, RenderRingInfo data);
H A Dgauge_modifier.cpp284 DrawIndicator(canvas, data); in PaintDraw()
311 void GaugeModifier::DrawIndicator(RSCanvas& canvas, RenderRingInfo data) in DrawIndicator() function in OHOS::Ace::NG::GaugeModifier
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp569 gaugeModifier.DrawIndicator(rsCanvas, data);