Lines Matching refs:tight
135 SkRect tight; in DEF_TEST() local
136 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
137 REPORTER_ASSERT(reporter, bounds == tight); in DEF_TEST()
144 SkRect tight; in DEF_TEST() local
145 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
146 REPORTER_ASSERT(reporter, bounds == tight); in DEF_TEST()
154 SkRect tight; in DEF_TEST() local
155 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
156 REPORTER_ASSERT(reporter, bounds == tight); in DEF_TEST()
164 SkRect tight; in DEF_TEST() local
165 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
167 REPORTER_ASSERT(reporter, bounds != tight); in DEF_TEST()
168 REPORTER_ASSERT(reporter, moveBounds == tight); in DEF_TEST()
176 SkRect tight; in DEF_TEST() local
177 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
178 REPORTER_ASSERT(reporter, bounds == tight); in DEF_TEST()
186 SkRect tight; in DEF_TEST() local
187 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
188 REPORTER_ASSERT(reporter, bounds != tight); in DEF_TEST()
196 SkRect tight; in DEF_TEST() local
197 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
198 REPORTER_ASSERT(reporter, bounds != tight); in DEF_TEST()
199 REPORTER_ASSERT(reporter, tight.right() == 1048576); in DEF_TEST()
200 REPORTER_ASSERT(reporter, tight.bottom() == 1048576); in DEF_TEST()