Searched refs:progressHeight (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_box_progress.cpp | 243 int16_t progressHeight; in DrawBackground() local 245 GetBackgroundParam(startPoint, progressWidth, progressHeight, radius, *backgroundStyle_); in DrawBackground() 247 …s(startPoint.x, startPoint.y, startPoint.x + progressWidth - 1, startPoint.y + progressHeight - 1); in DrawBackground() 256 int16_t progressHeight; in DrawForeground() local 258 GetBackgroundParam(startPoint, progressWidth, progressHeight, radius, *foregroundStyle_); in DrawForeground() 264 …ords.SetRect(startPoint.x, startPoint.y, startPoint.x + length, startPoint.y + progressHeight - 1); in DrawForeground() 270 startPoint.y, startPoint.x + progressWidth - 1, startPoint.y + progressHeight - 1); in DrawForeground() 274 length = GetCurrentPos(progressHeight - 1); in DrawForeground() 279 length = GetCurrentPos(progressHeight - 1); in DrawForeground() 280 coords.SetRect(startPoint.x, startPoint.y + progressHeight - 1 - length, in DrawForeground() [all …]
|
H A D | ui_slider.cpp | 189 int16_t progressHeight; in DrawForeground() local 191 GetBackgroundParam(startPoint, progressWidth, progressHeight, radius, *foregroundStyle_); in DrawForeground() 224 startPoint.y + progressHeight - 1); in DrawForeground() 234 startPoint.y + progressHeight - 1); in DrawForeground() 236 bottom = startPoint.y + progressHeight + radius + 1; in DrawForeground()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | rosen_render_capsule_track.cpp | 38 double progressHeight = canvasSize.Height(); in DrawShape() local 40 Size progressSize = Size(progressWidth, progressHeight); in DrawShape()
|