Lines Matching refs:origWidth
284 png_uint_32 origWidth, origHeight;
286 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
323 png_uint_32 origWidth, origHeight;
325 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
339 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
432 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
434 size_t rowBytes = origWidth * srcBytesPerPixel;
451 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
506 png_uint_32 origWidth, origHeight;
508 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
619 int64_t size = sk_64_mul(origWidth, origHeight);
747 png_uint_32 origWidth, origHeight;
749 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
752 *width = origWidth;
776 png_uint_32 origWidth, origHeight;
778 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
781 SkIRect rect = SkIRect::MakeWH(origWidth, origHeight);
798 SkScaledBitmapSampler sampler(origWidth, rect.height(), sampleSize);
912 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
914 size_t rb = origWidth * srcBytesPerPixel;
935 SkAutoMalloc storage(origWidth * srcBytesPerPixel);