Lines Matching defs:width
61 REPORTER_ASSERT(r, bm.width() == 1);
72 REPORTER_ASSERT(r, bm.width() == 3);
87 static void test_gif_data_dims(skiatest::Reporter* r, void* data, size_t size, int width,
92 REPORTER_ASSERT(r, bm.width() == width);
102 REPORTER_ASSERT(r, bm.width() == 9);
134 REPORTER_ASSERT(r, bm.width() == 3);
222 REPORTER_ASSERT(reporter, bm.width() == 1);
270 REPORTER_ASSERT(r, bm.width() == 9);
337 - width = 200
344 - width = 200
386 // XYWH (left / top / width / height) can be decoded. A detailed
396 // SkCodec requires knowing the image width and height (as its
398 // GIF, decoding the image width and height requires decoding the first
447 REPORTER_ASSERT(r, image->width() == 200);
461 for (int i = 0; i < image->width(); ++i)
534 if ((info.width() != 4) || (info.height() != 2) || (codec->getFrameInfo().size() != 2)) {
629 REPORTER_ASSERT(r, info.width() == 100 && info.height() == 90);