Lines Matching refs:origHeight
188 png_uint_32 origWidth, origHeight;
190 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth, &color_type,
298 size.setMul(origWidth, origHeight);
308 if (!this->chooseFromOneChoice(config, origWidth, origHeight)) {
313 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
419 for (png_uint_32 y = 0; y < origHeight; y++) {
448 origHeight * srcBytesPerPixel);
454 for (png_uint_32 y = 0; y < origHeight; y++) {
483 SkASSERT(read <= origHeight);
484 skip_src_rows(png_ptr, srcRow, origHeight - read);