Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/codec/
DSkBmpStandardCodec.cpp182 SkCodec::Options swizzlerOptions = opts; in initializeSwizzler() local
189 swizzlerOptions.fZeroInitialized = kNo_ZeroInitialized; in initializeSwizzler()
192 fSwizzler = SkSwizzler::Make(encodedInfo, colorPtr, swizzlerInfo, swizzlerOptions); in initializeSwizzler()
DSkJpegCodec.cpp644 Options swizzlerOptions = options; in initializeSwizzler() local
651 swizzlerOptions.fSubset = &fSwizzlerSubset; in initializeSwizzler()
665 fSwizzler = SkSwizzler::Make(swizzlerInfo, nullptr, swizzlerDstInfo, swizzlerOptions); in initializeSwizzler()
684 fSwizzler = SkSwizzler::MakeSimple(srcBPP, swizzlerDstInfo, swizzlerOptions); in initializeSwizzler()
DSkPngCodec.cpp1061 Options swizzlerOptions = options; in initializeSwizzler() local
1078 swizzlerOptions.fZeroInitialized = kNo_ZeroInitialized; in initializeSwizzler()
1100 fSwizzler = SkSwizzler::MakeSimple(srcBPP, swizzlerInfo, swizzlerOptions); in initializeSwizzler()
1104 swizzlerOptions); in initializeSwizzler()
/third_party/skia/src/codec/
DSkBmpStandardCodec.cpp182 SkCodec::Options swizzlerOptions = opts; in initializeSwizzler() local
189 swizzlerOptions.fZeroInitialized = kNo_ZeroInitialized; in initializeSwizzler()
192 fSwizzler = SkSwizzler::Make(encodedInfo, colorPtr, swizzlerInfo, swizzlerOptions); in initializeSwizzler()
DSkJpegCodec.cpp598 Options swizzlerOptions = options; in initializeSwizzler() local
605 swizzlerOptions.fSubset = &fSwizzlerSubset; in initializeSwizzler()
619 fSwizzler = SkSwizzler::Make(swizzlerInfo, nullptr, swizzlerDstInfo, swizzlerOptions); in initializeSwizzler()
638 fSwizzler = SkSwizzler::MakeSimple(srcBPP, swizzlerDstInfo, swizzlerOptions); in initializeSwizzler()
DSkPngCodec.cpp1075 Options swizzlerOptions = options; in initializeSwizzler() local
1092 swizzlerOptions.fZeroInitialized = kNo_ZeroInitialized; in initializeSwizzler()
1114 fSwizzler = SkSwizzler::MakeSimple(srcBPP, swizzlerInfo, swizzlerOptions); in initializeSwizzler()
1118 swizzlerOptions); in initializeSwizzler()