Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Antihair.cpp99 static SkFixed hline(int x, int stopx, SkFixed fy, SkFixed /*slope*/, SkBlitter* blitter, int mod64) in hline() argument
101 SkASSERT(x < stopx); in hline()
102 int count = stopx - x; in hline()
123 static SkFixed horish(int x, int stopx, SkFixed fy, SkFixed dy, SkBlitter* blitter, int mod64) in horish() argument
125 SkASSERT(x < stopx); in horish()
159 } while (++x < stopx); in horish()
DSkScan_Hairline.cpp23 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, SkBlitter* blitter) in horiline() argument
25 SkASSERT(x < stopx); in horiline()
30 } while (++x < stopx); in horiline()