Home
last modified time | relevance | path

Searched refs:swizzler (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/codec/
H A DSkWbmpCodec.cpp123 // Initialize the swizzler in onGetPixels()
124 std::unique_ptr<SkSwizzler> swizzler = SkSwizzler::Make(this->getEncodedInfo(), nullptr, info, in onGetPixels() local
126 SkASSERT(swizzler); in onGetPixels()
137 swizzler->swizzle(dstRow, src.get()); in onGetPixels()
H A DSkPngCodec.cpp441 // Intentional fall through. A swizzler hasn't been created yet, but one will in allocateStorage()
572 if (this->swizzler()) {
573 const int sampleY = this->swizzler()->sampleY();
598 // If there is no swizzler, all rows are needed. in rowCallback()
599 if (!this->swizzler() || this->swizzler()->rowNeeded(rowNum - fFirstRow)) { in rowCallback()
667 (this->swizzler() && this->swizzler()->sampleY() != 1)) { in interlacedRowCallback()
729 const int sampleY = this->swizzler() ? this->swizzler()
[all...]
H A DSkPngCodec.h61 SkSwizzler* swizzler() { return fSwizzler.get(); } in swizzler() function in SkPngCodec
103 // Helper to set up swizzler, color xforms, and color table. Also calls png_read_update_info.
/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp199 pixel_swizzler swizzler = swz_texel_skip; in load_image_block() local
202 swizzler = swz_texel; in load_image_block()
225 datav = swizzler(datav, swz); in load_image_block()

Completed in 4 milliseconds