Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_box_progress.cpp203 void UIBoxProgress::GetBackgroundParam(Point& startPoint, in GetBackgroundParam() function in OHOS::UIBoxProgress
245 GetBackgroundParam(startPoint, progressWidth, progressHeight, radius, *backgroundStyle_); in DrawBackground()
258 GetBackgroundParam(startPoint, progressWidth, progressHeight, radius, *foregroundStyle_); in DrawForeground()
H A Dui_slider.cpp191 GetBackgroundParam(startPoint, progressWidth, progressHeight, radius, *foregroundStyle_); in DrawForeground()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_box_progress.h225 …void GetBackgroundParam(Point& startPoint, int16_t& width, int16_t& height, uint16_t& radius, cons…