Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Antihair.cpp100 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) = 0;
129 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, in drawLine() argument
131 SkASSERT(x < stopx); in drawLine()
132 int count = stopx - x; in drawLine()
167 SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed dy) override { in drawLine() argument
168 SkASSERT(x < stopx); in drawLine()
177 } while (++x < stopx); in drawLine()
DSkScan_Hairline.cpp15 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, in horiline() argument
17 SkASSERT(x < stopx); in horiline()
22 } while (++x < stopx); in horiline()