Home
last modified time | relevance | path

Searched refs:swizzlerOptions (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/codec/
H A 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()
H A DSkJpegCodec.cpp625 Options swizzlerOptions = options; in initializeSwizzler() local
632 swizzlerOptions.fSubset = &fSwizzlerSubset; in initializeSwizzler()
646 fSwizzler = SkSwizzler::Make(swizzlerInfo, nullptr, swizzlerDstInfo, swizzlerOptions); in initializeSwizzler()
665 fSwizzler = SkSwizzler::MakeSimple(srcBPP, swizzlerDstInfo, swizzlerOptions); in initializeSwizzler()
H A DSkPngCodec.cpp1080 Options swizzlerOptions = options; in initializeSwizzler() local
1097 swizzlerOptions.fZeroInitialized = kNo_ZeroInitialized; in initializeSwizzler()
1119 fSwizzler = SkSwizzler::MakeSimple(srcBPP, swizzlerInfo, swizzlerOptions); in initializeSwizzler()
1123 swizzlerOptions); in initializeSwizzler()

Completed in 5 milliseconds