Home | History | Annotate | Download | only in images

Lines Matching refs:origHeight

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);
384 for (png_uint_32 y = 0; y < origHeight; y++) {
418 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
424 for (png_uint_32 y = 0; y < origHeight; y++) {
453 SkASSERT(read <= origHeight);
454 skip_src_rows(png_ptr, srcRow, origHeight - read);
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,
748 *height = origHeight;
771 png_uint_32 origWidth, origHeight;
773 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
776 SkIRect rect = SkIRect::MakeWH(origWidth, origHeight);
907 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);