HomeSort by relevance Sort by last modified time
    Searched refs:SkSwizzler (Results 26 - 30 of 30) sorted by null

12

  /external/skia/src/codec/
SkPngCodec.cpp 21 #include "SkSwizzler.h"
853 // Often, we depend on SkSwizzler to perform any transforms that we need. However, we
862 // TODO: Should we use SkSwizzler here?
    [all...]
SkWuffsCodec.cpp 13 #include "SkSwizzler.h"
122 // incrementalDecode (ID) calls. But creating the SkSwizzler (the real sampler)
130 // arguments are forwarded on to the SkSwizzler (the real sampler) when that
131 // SkSwizzler is created, after the frame width and height are known.
215 std::unique_ptr<SkSwizzler> fSwizzler;
476 SkSwizzler::Make(this->getEncodedInfo(), nullptr, dstInfo(), this->options(), &bounds);
    [all...]
  /external/skqp/src/codec/
SkJpegCodec.cpp 665 fSwizzler = SkSwizzler::Make(swizzlerInfo, nullptr, swizzlerDstInfo, swizzlerOptions);
684 fSwizzler = SkSwizzler::MakeSimple(srcBPP, swizzlerDstInfo, swizzlerOptions);
    [all...]
SkPngCodec.cpp 21 #include "SkSwizzler.h"
853 // Often, we depend on SkSwizzler to perform any transforms that we need. However, we
862 // TODO: Should we use SkSwizzler here?
    [all...]
SkWuffsCodec.cpp 13 #include "SkSwizzler.h"
119 // incrementalDecode (ID) calls. But creating the SkSwizzler (the real sampler)
127 // arguments are forwarded on to the SkSwizzler (the real sampler) when that
128 // SkSwizzler is created, after the frame width and height are known.
212 std::unique_ptr<SkSwizzler> fSwizzler;
444 fSwizzler = SkSwizzler::Make(this->getEncodedInfo(), fColorTable, dstInfo(),
    [all...]

Completed in 264 milliseconds

12