Home
last modified time | relevance | path

Searched refs:swizzlerInfo (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/codec/
DSkBmpMaskCodec.cpp61 SkImageInfo swizzlerInfo = dstInfo; in onPrepareToDecode() local
63 swizzlerInfo = swizzlerInfo.makeColorType(kXformSrcColorType); in onPrepareToDecode()
65 swizzlerInfo = swizzlerInfo.makeAlphaType(kUnpremul_SkAlphaType); in onPrepareToDecode()
70 fMaskSwizzler.reset(SkMaskSwizzler::CreateMaskSwizzler(swizzlerInfo, this->getInfo(), in onPrepareToDecode()
DSkBmpStandardCodec.cpp183 SkImageInfo swizzlerInfo = dstInfo; in initializeSwizzler() local
186 swizzlerInfo = swizzlerInfo.makeColorType(kXformSrcColorType); in initializeSwizzler()
188 swizzlerInfo = swizzlerInfo.makeAlphaType(kUnpremul_SkAlphaType); in initializeSwizzler()
195 fSwizzler.reset(SkSwizzler::CreateSwizzler(encodedInfo, colorPtr, swizzlerInfo, in initializeSwizzler()
DSkGifCodec.cpp280 SkImageInfo swizzlerInfo = dstInfo; in initializeSwizzler() local
282 swizzlerInfo = swizzlerInfo.makeColorType(kXformSrcColorType); in initializeSwizzler()
284 swizzlerInfo = swizzlerInfo.makeAlphaType(kUnpremul_SkAlphaType); in initializeSwizzler()
296 fCurrColorTable->readColors(), swizzlerInfo, Options(), &swizzleRect)); in initializeSwizzler()
DSkPngCodec.cpp1060 SkImageInfo swizzlerInfo = dstInfo; in initializeSwizzler() local
1066 swizzlerInfo = swizzlerInfo.makeColorType(kXformSrcColorType); in initializeSwizzler()
1068 swizzlerInfo = swizzlerInfo.makeAlphaType(kUnpremul_SkAlphaType); in initializeSwizzler()
1080 fSwizzler.reset(SkSwizzler::CreateSwizzler(this->getEncodedInfo(), colors, swizzlerInfo, in initializeSwizzler()
DSkJpegCodec.cpp644 SkEncodedInfo swizzlerInfo = this->getEncodedInfo(); in initializeSwizzler() local
646 swizzlerInfo = SkEncodedInfo::Make(SkEncodedInfo::kInvertedCMYK_Color, in initializeSwizzler()
647 swizzlerInfo.alpha(), in initializeSwizzler()
648 swizzlerInfo.bitsPerComponent()); in initializeSwizzler()
667 fSwizzler.reset(SkSwizzler::CreateSwizzler(swizzlerInfo, nullptr, swizzlerDstInfo, in initializeSwizzler()
DSkRawCodec.cpp701 SkImageInfo swizzlerInfo = dstInfo; in onGetPixels() local
704 swizzlerInfo = swizzlerInfo.makeColorType(kXformSrcColorType); in onGetPixels()
709 this->getEncodedInfo(), nullptr, swizzlerInfo, options)); in onGetPixels()