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

  /external/chromium_org/skia/ext/
image_operations_unittest.cc 156 // Each rectangle is rect_w in width, rect_h in height.
161 int rect_w, int rect_h,
164 ASSERT_GT(rect_h, 0);
170 bool y_bit = (((y / rect_h) & 0x1) == 0);
372 const int src_w = 640, src_h = 480, rect_w = 10, rect_h = 4;
375 DrawCheckerToBitmap(src_w, src_h, color1, color2, rect_w, rect_h, &src);
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 1263 const int rect_w = 10, rect_h = 4, src_grid_pitch = 10, src_grid_width = 4; local
    [all...]

Completed in 501 milliseconds