Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkScan_Antihair.cpp103 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()
DSkScan_Hairline.cpp18 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/
DSkScan_Antihair.cpp109 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()
DSkScan_Hairline.cpp19 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()