Searched refs:GetBackgroundParam (Results 1 - 3 of 3) sorted by relevance
/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, const Style& style);
|
/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 233 GRAPHIC_LOGE("UIBoxProgress: GetBackgroundParam direction Err!\n"); in GetBackgroundParam() 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()
|
Completed in 3 milliseconds