Home
last modified time | relevance | path

Searched refs:endPoints0 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp232 int16_t endPoints0[MAX_LINE_WIDTH] = { 0 }; in DrawWuLine() local
256 endPoints0[sy - y0Int] = sx; in DrawWuLine()
265 endPoints0[sy - y0Int] = sx - dir; in DrawWuLine()
311 edge0 = endPoints0[temp0++]; in DrawWuLine()
354 endPoints0[x0Int - sx] = sy; in DrawWuLine()
363 endPoints0[x0Int - sx] = sy - dir; in DrawWuLine()
409 edge0 = endPoints0[temp0++]; in DrawWuLine()