Home
last modified time | relevance | path

Searched refs:progressHeight (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_box_progress.cpp243 int16_t progressHeight; in DrawBackground() local
245 GetBackgroundParam(startPoint, progressWidth, progressHeight, radius, *backgroundStyle_); in DrawBackground()
247 Rect coords(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 coords.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 in DrawForeground()
[all...]
H A Dui_slider.cpp189 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()
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_capsule_track.cpp38 double progressHeight = canvasSize.Height(); in DrawShape() local
40 Size progressSize = Size(progressWidth, progressHeight); in DrawShape()

Completed in 2 milliseconds