Home | History | Annotate | Download | only in images

Lines Matching refs:origWidth

278     png_uint_32 origWidth, origHeight;
280 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
315 png_uint_32 origWidth, origHeight;
317 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
331 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
418 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
420 size_t rowBytes = origWidth * srcBytesPerPixel;
437 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
492 png_uint_32 origWidth, origHeight;
494 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
603 int64_t size = sk_64_mul(origWidth, origHeight);
611 if (!this->chooseFromOneChoice(*colorTypep, origWidth, origHeight)) {
742 png_uint_32 origWidth, origHeight;
744 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
747 *width = origWidth;
771 png_uint_32 origWidth, origHeight;
773 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
776 SkIRect rect = SkIRect::MakeWH(origWidth, origHeight);
793 SkScaledBitmapSampler sampler(origWidth, rect.height(), sampleSize);
907 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
909 size_t rb = origWidth * srcBytesPerPixel;
930 SkAutoMalloc storage(origWidth * srcBytesPerPixel);