Searched refs:part_h (Results 1 – 1 of 1) sorted by relevance
508 int part_w = image_width / 2, part_h = image_height / 2; in TestScroll() local509 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()