Searched refs:chooseFromOneChoice (Results 1 - 12 of 12) sorted by relevance

/external/skia/include/images/
H A DSkImageDecoder.h374 bool chooseFromOneChoice(SkBitmap::Config config, int width, int height) const;
/external/skia/legacy/include/images/
H A DSkImageDecoder.h365 bool chooseFromOneChoice(SkBitmap::Config config, int width, int height) const;
/external/skia/legacy/src/images/
H A DSkImageDecoder.cpp89 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config config, int width, function in class:SkImageDecoder
H A DSkImageDecoder_libgif.cpp189 !this->chooseFromOneChoice(SkBitmap::kIndex8_Config,
191 return error_return(gif, *bm, "chooseFromOneChoice");
H A DSkImageDecoder_libwebp.cpp277 if (!this->chooseFromOneChoice(config, width, height)) {
361 if (!chooseFromOneChoice(bitmap->config(), width, height)) {
H A DSkImageDecoder_libjpeg.cpp308 if (!this->chooseFromOneChoice(config, cinfo.output_width,
310 return return_false(cinfo, *bm, "chooseFromOneChoice");
H A DSkImageDecoder_libpng.cpp554 if (!this->chooseFromOneChoice(*configp, origWidth, origHeight)) {
/external/skia/src/images/
H A DSkImageDecoder.cpp93 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config config, int width, function in class:SkImageDecoder
H A DSkImageDecoder_libwebp.cpp271 if (!this->chooseFromOneChoice(config, width, height)) {
355 if (!chooseFromOneChoice(bitmap->config(), width, height)) {
H A DSkImageDecoder_libgif.cpp200 !this->chooseFromOneChoice(SkBitmap::kIndex8_Config,
202 return error_return(gif, *bm, "chooseFromOneChoice");
H A DSkImageDecoder_libjpeg.cpp338 if (!this->chooseFromOneChoice(config, cinfo.output_width,
340 return return_false(cinfo, *bm, "chooseFromOneChoice");
H A DSkImageDecoder_libpng.cpp560 if (!this->chooseFromOneChoice(*configp, origWidth, origHeight)) {

Completed in 177 milliseconds