Searched refs:drawEnd (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_arc.cpp | 264 int16_t drawEnd = 0; in DrawLineWithDegree() local 277 drawEnd = DrawLineWithDegreeInner(gfxDstBuffer, arcInfo, start, end, y, mask, style, opaScale, quadrant); in DrawLineWithDegree() 278 DrawLineWithDegreeInner(gfxDstBuffer, arcInfo, drawEnd + 1, end, y, mask, style, opaScale, quadrant); in DrawLineWithDegree() 296 int16_t drawEnd = COORD_MIN; in DrawLineWithDegreeInner() local 305 if ((drawStart != COORD_MIN) && (drawEnd == COORD_MIN)) { in DrawLineWithDegreeInner() 306 drawEnd = xi - 1; in DrawLineWithDegreeInner() 311 if (drawEnd == COORD_MIN) { in DrawLineWithDegreeInner() 312 drawEnd = end; in DrawLineWithDegreeInner() 314 if ((drawStart != COORD_MIN) && (drawEnd != COORD_MIN)) { in DrawLineWithDegreeInner() 317 arcInfo.imgPos, mask, drawEnd in DrawLineWithDegreeInner() [all...] |
Completed in 2 milliseconds