Searched refs:stopx (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/core/ |
D | SkScan_Antihair.cpp | 103 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) = 0; 132 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, in drawLine() argument 134 SkASSERT(x < stopx); in drawLine() 135 int count = stopx - x; in drawLine() 170 SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed dy) override { in drawLine() argument 171 SkASSERT(x < stopx); in drawLine() 180 } while (++x < stopx); in drawLine()
|
D | SkScan_Hairline.cpp | 18 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, in horiline() argument 20 SkASSERT(x < stopx); in horiline() 25 } while (++x < stopx); in horiline()
|
/external/skia/src/core/ |
D | SkScan_Antihair.cpp | 109 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) = 0; 138 SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) override { in drawLine() argument 139 SkASSERT(x < stopx); in drawLine() 140 int count = stopx - x; in drawLine() 175 SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed dy) override { in drawLine() argument 176 SkASSERT(x < stopx); in drawLine() 185 } while (++x < stopx); in drawLine()
|
D | SkScan_Hairline.cpp | 19 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, in horiline() argument 21 SkASSERT(x < stopx); in horiline() 26 } while (++x < stopx); in horiline()
|