Searched refs:stopx (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkScan_Antihair.cpp | 101 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) = 0; 130 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, in drawLine() argument 132 SkASSERT(x < stopx); in drawLine() 133 int count = stopx - x; in drawLine() 168 SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed dy) override { in drawLine() argument 169 SkASSERT(x < stopx); in drawLine() 178 } while (++x < stopx); in drawLine()
|
D | SkScan_Hairline.cpp | 14 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, in horiline() argument 16 SkASSERT(x < stopx); in horiline() 21 } while (++x < stopx); in horiline()
|