OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_rect
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/layers/
render_surface_unittest.cc
45
gfx::Rect
test_rect
(3, 4, 5, 6);
50
EXECUTE_AND_VERIFY_SURFACE_CHANGED(render_surface->SetClipRect(
test_rect
));
51
EXECUTE_AND_VERIFY_SURFACE_CHANGED(render_surface->SetContentRect(
test_rect
));
60
render_surface->SetClipRect(
test_rect
));
62
render_surface->SetContentRect(
test_rect
));
/external/chromium_org/cc/trees/
occlusion_tracker_unittest.cc
3669
gfx::Rect
test_rect
;
local
3964
gfx::Rect
test_rect
;
local
[
all
...]
/external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc
215
gfx::Rect
test_rect
(150, 80, 400, 100);
217
test_rect
,
225
EXPECT_EQ(255 * (
test_rect
.bottom() - draw_rect.y()) +
226
255 * (draw_rect.right() -
test_rect
.x()),
228
EXPECT_EQ(255 * (
test_rect
.bottom() - draw_rect.y()) +
229
255 * (draw_rect.right() -
test_rect
.x()),
/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 2645 milliseconds