Lines Matching defs:tight
134 SkRect tight;
135 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
136 REPORTER_ASSERT(reporter, bounds == tight);
143 SkRect tight;
144 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
145 REPORTER_ASSERT(reporter, bounds == tight);
153 SkRect tight;
154 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
155 REPORTER_ASSERT(reporter, bounds == tight);
163 SkRect tight;
164 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
166 REPORTER_ASSERT(reporter, bounds != tight);
167 REPORTER_ASSERT(reporter, moveBounds == tight);
175 SkRect tight;
176 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
177 REPORTER_ASSERT(reporter, bounds == tight);
185 SkRect tight;
186 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
187 REPORTER_ASSERT(reporter, bounds != tight);
195 SkRect tight;
196 REPORTER_ASSERT(reporter, TightBounds(path, &tight));
197 REPORTER_ASSERT(reporter, bounds != tight);
198 REPORTER_ASSERT(reporter, tight.right() == 1048576);
199 REPORTER_ASSERT(reporter, tight.bottom() == 1048576);