Searched refs:crop_height (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dbuffer.c147 const int ch = options->crop_height;
H A Dwebp.c759 h = options->crop_height;
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h440 int crop_width, crop_height; // dimension of the cropping area member in struct:WebPDecoderOptions
/external/webp/include/webp/
H A Ddecode.h440 int crop_width, crop_height; // dimension of the cropping area member in struct:WebPDecoderOptions
/external/webp/src/dec/
H A Dbuffer.c147 const int ch = options->crop_height;
H A Dwebp.c742 h = options->crop_height;
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp268 config->options.crop_height = region.height();
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp278 config->options.crop_height = region.height();
/external/webp/examples/
H A Ddwebp.c420 config.options.crop_height = strtol(argv[++c], NULL, 0);
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc1321 int crop_height = kImagesToCrop[i].max_height; local
1324 image_skia, gfx::Rect(0, 0, image_skia.width(), crop_height)));

Completed in 358 milliseconds