Home
last modified time | relevance | path

Searched defs:stopx (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkScan_Antihair.cpp138 SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) override { in drawLine()
175 SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed dy) override { in drawLine()
DSkScan_Hairline.cpp19 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, in horiline()
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c511 const int stopx = width - startx; in compare_fields() local