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

/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc156 // 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);
159 DrawCheckerToBitmap(int w, int h, SkColor color1, SkColor color2, int rect_w, int rect_h, SkBitmap* bmp) argument
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc1087 int rect_w, int rect_h,
1090 ASSERT_GT(rect_h, 0);
1094 bool y_bit = (((y / rect_h) & 0x1) == 0);
1263 const int rect_w = 10, rect_h = 4, src_grid_pitch = 10, src_grid_width = 4; local
1284 color2, rect_w, rect_h, input_pixels);
1085 DrawCheckerToBitmap(int w, int h, SkColor color1, SkColor color2, int rect_w, int rect_h, SkBitmap& bmp) argument

Completed in 263 milliseconds