Searched refs:stopx (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/core/ |
H A 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 { 139 SkASSERT(x < stopx); 140 int count = stopx - x; 175 SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed dy) override { 176 SkASSERT(x < stopx); 185 } while (++x < stopx);
|
H A 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()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fieldmatch.c | 511 const int stopx = width - startx; in compare_fields() local 547 for (x = startx; x < stopx; x++) { in compare_fields()
|
Completed in 4 milliseconds