Searched refs:chooseFromOneChoice (Results 1 – 5 of 5) sorted by relevance
371 bool chooseFromOneChoice(SkBitmap::Config config, int width, int height) const;
96 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config config, int width, in chooseFromOneChoice() function in SkImageDecoder
197 !this->chooseFromOneChoice(SkBitmap::kIndex8_Config, in onDecode()
313 if (!this->chooseFromOneChoice(config, cinfo.output_width, in onDecode()
545 if (!this->chooseFromOneChoice(*configp, origWidth, origHeight)) { in getBitmapConfig()