HomeSort by relevance Sort by last modified time
    Searched refs:chooseFromOneChoice (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 97 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config, int, int) const {
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 97 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config, int, int) const {
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 447 bool chooseFromOneChoice(SkBitmap::Config config, int width, int height) const;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 123 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config config, int width,
SkImageDecoder_libwebp.cpp 292 if (!this->chooseFromOneChoice(config, width, height)) {
375 if (!chooseFromOneChoice(bitmap->config(), width, height)) {
SkImageDecoder_libgif.cpp 270 if (!this->chooseFromOneChoice(SkBitmap::kIndex8_Config, width, height)) {
271 return error_return(*bm, "chooseFromOneChoice");
SkImageDecoder_libjpeg.cpp 619 if (!this->chooseFromOneChoice(config, cinfo.output_width, cinfo.output_height)) {
620 return return_false(cinfo, *bm, "chooseFromOneChoice");
    [all...]
SkImageDecoder_libpng.cpp 621 if (!this->chooseFromOneChoice(*configp, origWidth, origHeight)) {
    [all...]
  /external/skia/include/core/
SkImageDecoder.h 447 bool chooseFromOneChoice(SkBitmap::Config config, int width, int height) const;
  /external/skia/src/images/
SkImageDecoder.cpp 123 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config config, int width,
SkImageDecoder_libwebp.cpp 292 if (!this->chooseFromOneChoice(config, width, height)) {
375 if (!chooseFromOneChoice(bitmap->config(), width, height)) {
SkImageDecoder_libgif.cpp 270 if (!this->chooseFromOneChoice(SkBitmap::kIndex8_Config, width, height)) {
271 return error_return(*bm, "chooseFromOneChoice");
SkImageDecoder_libjpeg.cpp 619 if (!this->chooseFromOneChoice(config, cinfo.output_width, cinfo.output_height)) {
620 return return_false(cinfo, *bm, "chooseFromOneChoice");
    [all...]
SkImageDecoder_libpng.cpp 620 if (!this->chooseFromOneChoice(*configp, origWidth, origHeight)) {
    [all...]

Completed in 276 milliseconds