Searched refs:GetBackgroundParam (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_box_progress.cpp | 203 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 D | ui_slider.cpp | 191 GetBackgroundParam(startPoint, progressWidth, progressHeight, radius, *foregroundStyle_); in DrawForeground()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_box_progress.h | 225 …void GetBackgroundParam(Point& startPoint, int16_t& width, int16_t& height, uint16_t& radius, cons…
|