HomeSort by relevance Sort by last modified time
    Searched refs:test_rect (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/test/gpu/gpu_tests/
gpu_rasterization.py 53 if hasattr(page, 'test_rect'):
54 test_rect = [int(x * device_pixel_ratio) for x in page.test_rect]
56 test_rect[0], test_rect[1],
57 test_rect[2], test_rect[3])
pixel.py 67 if hasattr(page, 'test_rect'):
69 page.test_rect[0], page.test_rect[1],
70 page.test_rect[2], page.test_rect[3])
  /external/chromium_org/content/test/gpu/page_sets/
pixel_tests.py 12 def __init__(self, url, name, test_rect, revision, page_set):
15 self.test_rect = test_rect
34 test_rect=[0, 0, 300, 300],
41 test_rect=[0, 0, 300, 300],
48 test_rect=[0, 0, 300, 300],
gpu_rasterization_tests.py 68 self.test_rect = [0, 0, 220, 220]
  /external/chromium_org/cc/layers/
render_surface_unittest.cc 47 gfx::Rect test_rect(3, 4, 5, 6);
52 EXECUTE_AND_VERIFY_SURFACE_CHANGED(render_surface->SetClipRect(test_rect));
53 EXECUTE_AND_VERIFY_SURFACE_CHANGED(render_surface->SetContentRect(test_rect));
62 render_surface->SetClipRect(test_rect));
64 render_surface->SetContentRect(test_rect));
  /external/chromium_org/ui/gfx/geometry/
r_tree_unittest.cc 809 Rect test_rect(25, 25);
810 rt.AppendIntersectingRecords(test_rect, &results);
822 Rect test_rect(1, 1);
823 rt.AppendIntersectingRecords(test_rect, &results);
835 Rect test_rect(1, 1);
836 rt.AppendIntersectingRecords(test_rect, &results);
850 Rect test_rect(1, 1);
851 rt.AppendIntersectingRecords(test_rect, &results);
866 Rect test_rect(1, 1);
867 rt.AppendIntersectingRecords(test_rect, &results)
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc 208 gfx::Rect test_rect(150, 80, 400, 100);
210 test_rect,
218 EXPECT_EQ(255 * (test_rect.bottom() - draw_rect.y()) +
219 255 * (draw_rect.right() - test_rect.x()),
221 EXPECT_EQ(255 * (test_rect.bottom() - draw_rect.y()) +
222 255 * (draw_rect.right() - test_rect.x()),
  /external/chromium_org/cc/trees/
occlusion_tracker_unittest.cc 2959 gfx::Rect test_rect; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 440 def test_rect(self): member in class:CMathTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 440 def test_rect(self): member in class:CMathTests

Completed in 357 milliseconds