Searched refs:sxTemp (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 304 int16_t sxTemp = x1Int; in DrawWuLine() local 316 INCREASE_ACC(acc2, accTemp2, adj0, sxTemp, dir); in DrawWuLine() 319 drawUtils->DrawPixelInLine(gfxDstBuffer, sxTemp, sy, mask, color, opacity, in DrawWuLine() 321 edge0 = sxTemp + dir; in DrawWuLine() 324 INCREASE_ACC(acc2, accTemp2, adj0, sxTemp, dir); in DrawWuLine() 325 drawUtils->DrawPixelInLine(gfxDstBuffer, sxTemp, sy, mask, color, opacity, in DrawWuLine() 327 edge0 = sxTemp + dir; in DrawWuLine()
|