Home
last modified time | relevance | path

Searched refs:stopx (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A 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 {
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 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()
/third_party/ffmpeg/libavfilter/
H A Dvf_fieldmatch.c511 const int stopx = width - startx; in compare_fields() local
547 for (x = startx; x < stopx; x++) { in compare_fields()

Completed in 4 milliseconds