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

/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc406 int first_y = y * 2; local
411 first_y, last_y);
421 PrintPixel(src, first_x, last_x, first_y, last_y);
/external/fio/
H A Dgraph.c951 int first_y = g->yoffset; local
954 return (x >= first_x && x <= last_x) && (y >= first_y && y <= last_y);

Completed in 149 milliseconds