Searched refs:use_cropping (Results 1 - 7 of 7) sorted by relevance

/external/webp/src/dec/
H A Ddecode_vp8.h97 int use_cropping; member in struct:VP8Io
H A Dbuffer.c180 if (options->use_cropping) {
H A Dwebp.c779 io->use_cropping = (options != NULL) && (options->use_cropping > 0);
780 if (io->use_cropping) {
H A Dvp8.c310 io->use_cropping = 0;
/external/skia/src/codec/
H A DSkWebpCodec.cpp206 config.options.use_cropping = 1;
/external/webp/include/webp/
H A Ddecode.h435 int use_cropping; // if true, cropping is applied _first_ member in struct:WebPDecoderOptions
/external/webp/src/webp/
H A Ddecode.h435 int use_cropping; // if true, cropping is applied _first_ member in struct:WebPDecoderOptions

Completed in 59 milliseconds