Home | History | Annotate | Download | only in workspace

Lines Matching refs:initial_bounds

15   const gfx::Rect initial_bounds(20, 10, 50, 60);
16 MagnetismMatcher matcher(initial_bounds, kAllMagnetismEdges);
20 gfx::Rect(initial_bounds.x() - distance - 10,
21 initial_bounds.y() - distance - 10, 2, 3), &edge));
24 gfx::Rect(initial_bounds.x() - 2, initial_bounds.y(), 1, 1),
30 gfx::Rect(initial_bounds.x() - 2,
31 initial_bounds.y() + distance + 1 , 1, 1),
40 const gfx::Rect initial_bounds(20, 10, 50, 60);
41 MagnetismMatcher matcher(initial_bounds, kAllMagnetismEdges);
45 gfx::Rect(initial_bounds.x() - distance - 10,
46 initial_bounds.y() - distance - 10, 2, 3), &edge));
49 gfx::Rect(initial_bounds.x() - 2,
50 initial_bounds.bottom() + 4, 10, 1), &edge));
55 gfx::Rect(initial_bounds.x() + distance + 1,
56 initial_bounds.bottom() + 4, 10, 1), &edge));
61 gfx::Rect(initial_bounds.right() - 10 - 1,
62 initial_bounds.bottom() + 4, 10, 1), &edge));
70 const gfx::Rect initial_bounds(20, 10, 150, 160);
71 MagnetismMatcher matcher(initial_bounds, kAllMagnetismEdges);
75 gfx::Rect(initial_bounds.right() - distance * 2,
76 initial_bounds.y() - distance - 2,
82 gfx::Rect(initial_bounds.right() + 1,
83 initial_bounds.y(),
88 gfx::Rect(initial_bounds.right() + 1,
89 initial_bounds.y() + distance + 1,
99 const gfx::Rect initial_bounds(20, 10, 150, 160);
100 MagnetismMatcher matcher(initial_bounds, kAllMagnetismEdges);
104 gfx::Rect(initial_bounds.x() - distance + 1,
105 initial_bounds.y() + 2,
107 initial_bounds.height() + distance * 4), &edge));
111 gfx::Rect(initial_bounds.right() - 1,
112 initial_bounds.y() + distance + 1,
122 const gfx::Rect initial_bounds(20, 10, 150, 160);
123 MagnetismMatcher matcher(initial_bounds, kAllMagnetismEdges);
127 gfx::Rect(100, initial_bounds.bottom() - distance - 2,
133 gfx::Rect(110, initial_bounds.bottom() + 1,
138 initial_bounds.bottom() + 1,
147 const gfx::Rect initial_bounds(20, 10, 150, 160);
148 MagnetismMatcher matcher(initial_bounds, kAllMagnetismEdges);
152 gfx::Rect(initial_bounds.x() - distance - 2,
159 gfx::Rect(initial_bounds.x() - 4,
163 gfx::Rect(initial_bounds.x() - 4,