Home | History | Annotate | Download | only in images

Lines Matching refs:origWidth

226     png_uint_32 origWidth, origHeight;
228 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
268 png_uint_32 origWidth, origHeight;
270 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
284 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
378 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
380 size_t rb = origWidth * srcBytesPerPixel;
397 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
443 png_uint_32 origWidth, origHeight;
444 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
447 *width = origWidth;
459 png_uint_32 origWidth, origHeight;
461 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
544 size.setMul(origWidth, origHeight);
554 if (!this->chooseFromOneChoice(*configp, origWidth, origHeight)) {
627 png_uint_32 origWidth, origHeight;
629 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
632 SkIRect rect = SkIRect::MakeWH(origWidth, origHeight);
651 SkScaledBitmapSampler sampler(origWidth, rect.height(), sampleSize);
752 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
754 size_t rb = origWidth * srcBytesPerPixel;
776 SkAutoMalloc storage(origWidth * srcBytesPerPixel);