Lines Matching defs:height
72 for (int y = 0; y < bm.height(); ++y) {
142 const int height = info.height();
143 // Note that if numStripes does not evenly divide height there will be an extra
147 if (numStripes > height) {
152 const int stripeHeight = height / numStripes;
156 for (int y = oddEven * stripeHeight; y < height; y += 2 * stripeHeight) {
158 std::min(y + stripeHeight, height));
321 for (int y = 0; y < info.height(); y++) {
356 int height = info.height();
357 SkIRect subset = SkIRect::MakeXYWH(2 * (width / 3), 0, width / 3, height);
363 for (int y = 0; y < height; y++) {
384 if (size.width() * size.height() == 1) {
393 subset = generate_random_subset(&rand, size.width(), size.height());
714 test_invalid(r, "empty_images/zero-height.bmp");
716 test_invalid(r, "empty_images/zero-height.jpg");
718 test_invalid(r, "empty_images/zero-height.png");
720 test_invalid(r, "empty_images/zero-height.wbmp");
1002 REPORTER_ASSERT(r, codec->getInfo().height() == 65535);
1005 // has bigger width/height) is also too big.
1030 const int height = codec->getInfo().height();
1032 SkAutoMalloc pixelStorage(height * rowBytes);
1037 auto sampledInfo = codec->getInfo().makeWH(width / 12, height / 12);
1071 const int subsetHeight = codec->getInfo().height() / 2;
1489 - height = 0
1496 - height = 0
1507 - height = 116
1518 - height = 13851
1666 - height = 32
1717 REPORTER_ASSERT(r, image->height() == 32);
1731 for (int j = 0; j < image->height(); ++j) {
1807 const int kHeight = image->height();