Home | History | Annotate | Download | only in tests

Lines Matching defs:scroll_y

473   int scroll_x = image_x + dx, scroll_y = image_y + dy;
478 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
485 scroll_x = 11, scroll_y = 24;
487 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
490 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
497 scroll_x = 11, scroll_y = 24;
499 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
502 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
510 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
513 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
523 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
526 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
542 scroll_y = image_y + dy;
550 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));