Home | History | Annotate | Download | only in hw

Lines Matching defs:yy

188         int  yy;
190 for (yy = 0; yy < height; yy++, dst_line += pitch, src_line += width*2)
219 y_first = (y_first < 0) ? yy : y_first;
220 y_last = yy;
225 int yy;
227 for (yy = 0; yy < height; yy++, dst_line += pitch, src_line += width*2)
260 y_first = (y_first < 0) ? yy : y_first;
261 y_last = yy;