Home
last modified time | relevance | path

Searched refs:chooseFromOneChoice (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/images/
DSkImageDecoder.h371 bool chooseFromOneChoice(SkBitmap::Config config, int width, int height) const;
/external/skia/src/images/
DSkImageDecoder.cpp96 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config config, int width, in chooseFromOneChoice() function in SkImageDecoder
DSkImageDecoder_libgif.cpp197 !this->chooseFromOneChoice(SkBitmap::kIndex8_Config, in onDecode()
DSkImageDecoder_libjpeg.cpp313 if (!this->chooseFromOneChoice(config, cinfo.output_width, in onDecode()
DSkImageDecoder_libpng.cpp545 if (!this->chooseFromOneChoice(*configp, origWidth, origHeight)) { in getBitmapConfig()