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