HomeSort by relevance Sort by last modified time
    Searched refs:first_y (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/skia/ext/
image_operations_unittest.cc 406 int first_y = y * 2; local
411 first_y, last_y);
421 PrintPixel(src, first_x, last_x, first_y, last_y);
  /external/fio/
graph.c 951 int first_y = g->yoffset; local
954 return (x >= first_x && x <= last_x) && (y >= first_y && y <= last_y);

Completed in 623 milliseconds