Lines Matching refs:height
136 decodeInfo = decodeInfo.makeWH(size.width(), size.height());
157 decodeInfo.width(), decodeInfo.height());
190 uint32_t height = decodeInfo.height();
197 codec->getScanlines(dst, height, rowBytes);
200 for (int y = 0; y < decodeInfo.height(); y++) {
215 const int height = decodeInfo.height();
219 const int numStripes = (height + stripeHeight - 1) / stripeHeight;
234 const int linesToSkip = SkTMin(stripeHeight, height - i * stripeHeight);
239 const int linesToRead = SkTMin(stripeHeight, height - startY);
255 const int linesToRead = SkTMin(stripeHeight, height - startY);
259 const int linesToSkip = SkTMin(stripeHeight, height - (i + 1) * stripeHeight);
270 // Total width/height of the image.
272 const int H = codec->getInfo().height();
290 // where the last one ended. So we'll add decodeInfo.width() and height().
337 x, y, decodeInfo.width(), decodeInfo.height(),
341 // translate by the scaled height.
342 top += decodeInfo.height();
370 bitmap.allocN32Pixels(size.width(), size.height());