Home | History | Annotate | Download | only in images

Lines Matching refs:origWidth

111     int origWidth;
284 int origWidth, origHeight, hasAlpha;
285 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
290 *width = origWidth;
294 this->origWidth = origWidth;
310 SkIRect rect = SkIRect::MakeWH(origWidth, origHeight);
385 int origWidth, origHeight, hasAlpha;
386 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
392 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
420 if (!webp_get_config_resize(config, decodedBitmap, origWidth, origHeight,