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

  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 111 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, false);
SkImageDecoder.cpp 125 SkBitmap::Config SkImageDecoder::getPrefConfig(SrcDepth srcDepth,
164 // assign this, for use by getPrefConfig(), in case fUsePrefTable is false
188 // assign this, for use by getPrefConfig(), in case fUsePrefTable is false
SkImageDecoder_libwebp.cpp 268 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, hasAlpha);
SkImageDecoder_libjpeg.cpp 259 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, false);
568 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, false);
SkImageDecoder_libpng.cpp 490 *configp = this->getPrefConfig(kIndex_SrcDepth, paletteHasAlpha);
535 *configp = this->getPrefConfig(k32Bit_SrcDepth, *hasAlphap);
    [all...]
  /external/skia/include/images/
SkImageDecoder.h 393 SkBitmap::Config getPrefConfig(SrcDepth, bool hasAlpha) const;
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 107 configBitmapSize(bm, getPrefConfig(k32Bit_SrcDepth, false), width, height);

Completed in 473 milliseconds