Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drosen_render_button.h56 void DrawCircleProgress(SkCanvas* canvas, const Offset& offset);
66 void DrawCircleProgress(RSCanvas* canvas, const Offset& offset);
H A Drosen_render_button.cpp474 void RosenRenderButton::DrawCircleProgress(SkCanvas* canvas, const Offset& offset) in DrawCircleProgress() function in OHOS::Ace::RosenRenderButton
487 void RosenRenderButton::DrawCircleProgress(RSCanvas* canvas, const Offset& offset) in DrawCircleProgress() function in OHOS::Ace::RosenRenderButton
531DrawCircleProgress(canvas, offset + Offset((buttonSize_.Width() - progressDiameter_) / 2, in DrawDownloadButton()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_screen_touch.h96 void DrawCircleProgress();
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_screen_touch.cpp262 void AccessibilityScreenTouch::DrawCircleProgress() in DrawCircleProgress() function in OHOS::Accessibility::AccessibilityScreenTouch
321 drawCircleThread_ = std::make_shared<std::thread>([this] {this->DrawCircleProgress();}); in HandleResponseDelayStateInnerDown()