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

  /external/skia/include/core/
SkImageDecoder.h 388 enum SrcDepth {
397 the returned bitmap. SrcDepth and hasAlpha reflect the raw data of the
399 srcDepth and hasAlpha, or kUnknown_SkColorType if there is no preference.
401 SkColorType getPrefColorType(SrcDepth, bool hasAlpha) const;
  /external/skia/src/images/
SkImageDecoder.cpp 110 SkColorType SkImageDecoder::getPrefColorType(SrcDepth srcDepth, bool srcHasAlpha) const {
113 switch (srcDepth) {
SkImageDecoder_libpng.cpp 591 SrcDepth srcDepth = k32Bit_SrcDepth;
593 srcDepth = k8BitGray_SrcDepth;
598 *colorTypep = this->getPrefColorType(srcDepth, *hasAlphap);
606 if (k8BitGray_SrcDepth != srcDepth) {
    [all...]
SkImageDecoder_libjpeg.cpp 435 SrcDepth srcDepth = k32Bit_SrcDepth;
437 srcDepth = k8BitGray_SrcDepth;
440 SkColorType colorType = this->getPrefColorType(srcDepth, /*hasAlpha*/ false);
    [all...]

Completed in 210 milliseconds