Home | History | Annotate | Download | only in images

Lines Matching defs:origHeight

256     png_uint_32 origWidth, origHeight;
258 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
295 png_uint_32 origWidth, origHeight;
297 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
311 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
370 for (png_uint_32 y = 0; y < origHeight; y++) {
404 SkAutoTMalloc<uint8_t> storage(origWidth * origHeight * srcBytesPerPixel);
410 for (png_uint_32 y = 0; y < origHeight; y++) {
439 SkASSERT(read <= origHeight);
440 skip_src_rows(png_ptr, srcRow, origHeight - read);
478 png_uint_32 origWidth, origHeight;
480 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
591 int64_t size = sk_64_mul(origWidth, origHeight);