Lines Matching defs:height
491 decodeInfo.width(), decodeInfo.height());
526 uint32_t height = decodeInfo.height();
529 codec->getScanlines(dst, height, rowBytes);
534 const int height = decodeInfo.height();
538 const int numStripes = (height + stripeHeight - 1) / stripeHeight;
552 const int linesToSkip = std::min(stripeHeight, height - i * stripeHeight);
557 const int linesToRead = std::min(stripeHeight, height - startY);
572 const int linesToRead = std::min(stripeHeight, height - startY);
576 const int linesToSkip = std::min(stripeHeight, height - (i + 1) * stripeHeight);
587 // Total width/height of the image.
589 const int H = codec->getInfo().height();
649 x, y, decodeInfo.width(), decodeInfo.height(),