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

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libbmp.cpp 126 SkColorType colorType = this->getPrefColorType(k32Bit_SrcDepth, false);
SkImageDecoder.cpp 141 SkColorType SkImageDecoder::getPrefColorType(SrcDepth srcDepth, bool srcHasAlpha) const {
162 // assign this, for use by getPrefColorType(), in case fUsePrefTable is false
178 // assign this, for use by getPrefColorType(), in case fUsePrefTable is false
SkImageDecoder_libpng.cpp 515 *colorTypep = this->getPrefColorType(kIndex_SrcDepth, paletteHasAlpha);
582 *colorTypep = this->getPrefColorType(srcDepth, *hasAlphap);
    [all...]
SkImageDecoder_libwebp.cpp 282 SkColorType colorType = this->getPrefColorType(k32Bit_SrcDepth, SkToBool(fHasAlpha));
SkImageDecoder_libjpeg.cpp 411 SkColorType colorType = this->getPrefColorType(srcDepth, /*hasAlpha*/ false);
    [all...]
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 126 SkColorType colorType = this->getPrefColorType(k32Bit_SrcDepth, false);
SkImageDecoder.cpp 156 SkColorType SkImageDecoder::getPrefColorType(SrcDepth srcDepth, bool srcHasAlpha) const {
187 // assign this, for use by getPrefColorType(), in case fUsePrefTable is false
203 // assign this, for use by getPrefColorType(), in case fUsePrefTable is false
SkImageDecoder_libpng.cpp 515 *colorTypep = this->getPrefColorType(kIndex_SrcDepth, paletteHasAlpha);
582 *colorTypep = this->getPrefColorType(srcDepth, *hasAlphap);
    [all...]
SkImageDecoder_libwebp.cpp 293 SkColorType colorType = this->getPrefColorType(k32Bit_SrcDepth, SkToBool(fHasAlpha));
SkImageDecoder_libjpeg.cpp 426 SkColorType colorType = this->getPrefColorType(srcDepth, /*hasAlpha*/ false);
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 414 SkColorType getPrefColorType(SrcDepth, bool hasAlpha) const;
  /external/skia/include/core/
SkImageDecoder.h 479 SkColorType getPrefColorType(SrcDepth, bool hasAlpha) const;

Completed in 110 milliseconds