Lines Matching defs:height
62 REPORTER_ASSERT(r, bm.height() == 1);
73 REPORTER_ASSERT(r, bm.height() == 3);
88 int height) {
93 REPORTER_ASSERT(r, bm.height() == height);
103 REPORTER_ASSERT(r, bm.height() == 9);
135 REPORTER_ASSERT(r, bm.height() == 3);
223 REPORTER_ASSERT(reporter, bm.height() == 1);
271 REPORTER_ASSERT(r, bm.height() == 9);
338 - height = 55
345 - height = 55
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
448 REPORTER_ASSERT(r, image->height() == 55);
462 for (int j = 0; j < image->height(); ++j) {
534 if ((info.width() != 4) || (info.height() != 2) || (codec->getFrameInfo().size() != 2)) {
629 REPORTER_ASSERT(r, info.width() == 100 && info.height() == 90);