Lines Matching defs:bounds
155 SkRect bounds = frame.fPicture->cullRect();
156 REPORTER_ASSERT(reporter, bounds.width() == WIDTH,
157 "Page width: expected (%d) got (%d)", WIDTH, (int)bounds.width());
158 REPORTER_ASSERT(reporter, bounds.height() == HEIGHT,
159 "Page height: expected (%d) got (%d)", HEIGHT, (int)bounds.height());
387 SkRect bounds = frames[0].fPicture->cullRect();
388 REPORTER_ASSERT(reporter, bounds.width() == WIDTH,
389 "Page width: expected (%d) got (%d)", WIDTH, (int)bounds.width());
390 REPORTER_ASSERT(reporter, bounds.height() == HEIGHT,
391 "Page height: expected (%d) got (%d)", HEIGHT, (int)bounds.height());