Home | History | Annotate | Download | only in images

Lines Matching refs:origWidth

102     int origWidth;
238 SkBitmap* decodedBitmap, int origWidth,
255 if (origWidth != decodedBitmap->width() ||
296 int origWidth, origHeight;
297 if (!webp_parse_header(stream, &origWidth, &origHeight)) {
302 *width = origWidth;
306 this->origWidth = origWidth;
347 int origWidth, origHeight;
348 if (!webp_parse_header(stream, &origWidth, &origHeight)) {
353 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
372 if (!webp_get_config_resize(config, decodedBitmap, origWidth, origHeight)) {