Home | History | Annotate | Download | only in codec

Lines Matching refs:origWidth

835     png_uint_32 origWidth, origHeight;
837 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth,
937 SkImageInfo imageInfo = encodedInfo.makeImageInfo(origWidth, origHeight, colorSpace);