Home | History | Annotate | Download | only in codec

Lines Matching defs:origHeight

839     png_uint_32 origWidth, origHeight;
841 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth,
930 SkImageInfo imageInfo = encodedInfo.makeImageInfo(origWidth, origHeight, colorSpace);