Lines Matching refs:irow
17 pixel_t *irow = (pixel_t *)row; in CONCAT() local
35 bg = irow[i]; in CONCAT()
39 if (irow[i] != bg) { in CONCAT()
40 fg = irow[i]; in CONCAT()
45 if (irow[i] != bg && irow[i] != fg) { in CONCAT()
48 if (irow[i] == bg) in CONCAT()
50 else if (irow[i] == fg) in CONCAT()
60 irow += ds_get_linesize(vs->ds) / sizeof(pixel_t); in CONCAT()
88 irow = (pixel_t *)row; in CONCAT()
93 if (irow[i] == fg) { in CONCAT()
108 irow += ds_get_linesize(vs->ds) / sizeof(pixel_t); in CONCAT()
114 irow = (pixel_t *)row; in CONCAT()
126 if (irow[i] == bg) in CONCAT()
128 color = irow[i]; in CONCAT()
131 } else if (irow[i] != color) { in CONCAT()
145 if (irow[i] != bg) { in CONCAT()
146 color = irow[i]; in CONCAT()
164 irow += ds_get_linesize(vs->ds) / sizeof(pixel_t); in CONCAT()