Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_arc.cpp295 int16_t drawStart = COORD_MIN; in DrawLineWithDegreeInner() local
301 if (drawStart == COORD_MIN) { in DrawLineWithDegreeInner()
302 drawStart = xi; in DrawLineWithDegreeInner()
305 if ((drawStart != COORD_MIN) && (drawEnd == COORD_MIN)) { in DrawLineWithDegreeInner()
314 if ((drawStart != COORD_MIN) && (drawEnd != COORD_MIN)) { in DrawLineWithDegreeInner()
316 Point { static_cast<int16_t>(arcInfo.center.x + drawStart), static_cast<int16_t>(arcInfo.center.y + y) }, in DrawLineWithDegreeInner()
317 arcInfo.imgPos, mask, drawEnd - drawStart, style, opaScale, arcInfo.imgSrc); in DrawLineWithDegreeInner()

Completed in 2 milliseconds