Home
last modified time | relevance | path

Searched refs:subrow (Results 1 - 2 of 2) sorted by relevance

/third_party/cups-filters/filter/
H A Drastertoescpx.c134 int subrow, /* Current subrow */ in StartPage() local
956 for (i = modrow, subrow = modrow - 1, y = DotRowFeed; in StartPage()
960 while (DotBands[subrow][0]) in StartPage()
963 * This subrow is already used, move to another one... in StartPage()
966 subrow = (subrow + 1) % modrow; in StartPage()
977 DotBands[subrow][plane] = band; in StartPage()
984 band->x = subrow / DotRowStep; in StartPage()
985 band->y = (subrow in StartPage()
1060 int subrow; /* Current subrow */ EndPage() local
1562 subrow, /* Subrow for interleaved output */ ProcessLine() local
[all...]
/third_party/littlefs/scripts/
H A Dplot.py1225 subrow = row
1227 while subrow >= heights[y_]:
1228 subrow -= heights[y_]
1232 subrow = row - sum(heights[s.y+s.yspan:])
1235 if subrow < s.ymargin[-1]:
1237 if subrow < len(s.title):
1240 s.title[subrow].center(s.width)))
1246 elif subrow-s.ymargin[-1] < s.height:
1247 subrow = subrow
[all...]

Completed in 3 milliseconds