Home
last modified time | relevance | path

Searched refs:part_w (Results 1 – 1 of 1) sorted by relevance

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