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

  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 98 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config, int, int) const {
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 98 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config, int, int) const {
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 200 !this->chooseFromOneChoice(SkBitmap::kIndex8_Config,
202 return error_return(gif, *bm, "chooseFromOneChoice");
SkImageDecoder_libwebp.cpp 289 if (!this->chooseFromOneChoice(config, width, height)) {
371 if (!chooseFromOneChoice(bitmap->config(), width, height)) {
SkImageDecoder.cpp 124 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config config, int width,
SkImageDecoder_libjpeg.cpp 524 if (!this->chooseFromOneChoice(config, cinfo.output_width, cinfo.output_height)) {
525 return return_false(cinfo, *bm, "chooseFromOneChoice");
    [all...]
SkImageDecoder_libpng.cpp 557 if (!this->chooseFromOneChoice(*configp, origWidth, origHeight)) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 200 !this->chooseFromOneChoice(SkBitmap::kIndex8_Config,
202 return error_return(gif, *bm, "chooseFromOneChoice");
SkImageDecoder_libwebp.cpp 299 if (!this->chooseFromOneChoice(config, width, height)) {
385 if (!chooseFromOneChoice(bitmap->config(), width, height)) {
SkImageDecoder.cpp 127 bool SkImageDecoder::chooseFromOneChoice(SkBitmap::Config config, int width,
SkImageDecoder_libjpeg.cpp 524 if (!this->chooseFromOneChoice(config, cinfo.output_width, cinfo.output_height)) {
525 return return_false(cinfo, *bm, "chooseFromOneChoice");
    [all...]
SkImageDecoder_libpng.cpp 563 if (!this->chooseFromOneChoice(*configp, origWidth, origHeight)) {
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 471 bool chooseFromOneChoice(SkBitmap::Config config, int width, int height) const;
  /external/skia/include/core/
SkImageDecoder.h 488 bool chooseFromOneChoice(SkBitmap::Config config, int width, int height) const;

Completed in 160 milliseconds