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

/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc508 int part_w = image_width / 2, part_h = image_height / 2; local
509 clip = pp::Rect(0, 0, image_x + part_w, image_y + part_h);
515 pp::Rect part_rect(part_w, part_h);

Completed in 79 milliseconds