Searched refs:fSwizzler (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/libgifcodec/ |
D | SkLibGifCodec.cpp | 106 , fSwizzler(nullptr) in SkLibGifCodec() 262 fSwizzler = SkSwizzler::Make(this->getEncodedInfo(), fCurrColorTable->readColors(), in initializeSwizzler() 264 SkASSERT(fSwizzler.get()); in initializeSwizzler() 329 const int scaledHeight = get_scaled_dimension(dstInfo.height(), fSwizzler->sampleY()); in decodeFrame() 351 auto fillInfo = dstInfo.makeWH(fSwizzler->fillWidth(), scaledHeight); in decodeFrame() 394 fSwizzler->swizzle(fXformBuffer.get(), src); in applyXformRow() 396 const int xformWidth = get_scaled_dimension(dstInfo.width(), fSwizzler->sampleX()); in applyXformRow() 399 fSwizzler->swizzle(dst, src); in applyXformRow() 440 const int sampleY = fSwizzler->sampleY(); in haveDecodedRow() 447 if (fSwizzler->rowNeeded(potentialRow)) { in haveDecodedRow() [all …]
|
D | SkLibGifCodec.h | 94 SkASSERT(fSwizzler); in getSampler() 95 return fSwizzler.get(); in getSampler() 130 std::unique_ptr<SkSwizzler> fSwizzler; variable
|
/third_party/skia/src/codec/ |
D | SkHeifCodec.cpp | 257 dstWidth = fSwizzler->swizzleWidth(); in readRows() 266 dstWidth = fSwizzler->swizzleWidth(); in readRows() 274 if (fSwizzler) { in readRows() 275 fSwizzler->swizzle(swizzleDst, decodeDst); in readRows() 388 fSwizzler.reset(nullptr); in onGetPixels() 404 if (fSwizzler) { in allocateStorage() 406 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage() 438 fSwizzler = SkSwizzler::MakeSimple(srcBPP, swizzlerDstInfo, options); in initializeSwizzler() 439 SkASSERT(fSwizzler); in initializeSwizzler() 443 if (!createIfNecessary || fSwizzler) { in getSampler() [all …]
|
D | SkBmpStandardCodec.cpp | 28 , fSwizzler(nullptr) in SkBmpStandardCodec() 192 fSwizzler = SkSwizzler::Make(encodedInfo, colorPtr, swizzlerInfo, swizzlerOptions); in initializeSwizzler() 193 SkASSERT(fSwizzler); in initializeSwizzler() 235 fSwizzler->swizzle(this->xformBuffer(), this->srcBuffer()); in decodeRows() 236 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth()); in decodeRows() 238 fSwizzler->swizzle(dstRow, this->srcBuffer()); in decodeRows() 303 const int sampleX = fSwizzler->sampleX(); in decodeIcoMask()
|
D | SkWbmpCodec.h | 37 SkASSERT(fSwizzler || !createIfNecessary); in getSampler() 38 return fSwizzler.get(); in getSampler() 51 std::unique_ptr<SkSwizzler> fSwizzler; variable
|
D | SkJpegCodec.cpp | 329 fSwizzler.reset(nullptr); in onRewind() 470 dstWidth = fSwizzler->swizzleWidth(); in readRows() 479 dstWidth = fSwizzler->swizzleWidth(); in readRows() 488 if (fSwizzler) { in readRows() 489 fSwizzler->swizzle(swizzleDst, decodeDst); in readRows() 572 if (fSwizzler) { in allocateStorage() 574 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage() 619 fSwizzler = SkSwizzler::Make(swizzlerInfo, nullptr, swizzlerDstInfo, swizzlerOptions); in initializeSwizzler() 638 fSwizzler = SkSwizzler::MakeSimple(srcBPP, swizzlerDstInfo, swizzlerOptions); in initializeSwizzler() 640 SkASSERT(fSwizzler); in initializeSwizzler() [all …]
|
D | SkBmpStandardCodec.h | 61 SkASSERT(fSwizzler); in getSampler() 62 return fSwizzler.get(); in getSampler() 85 std::unique_ptr<SkSwizzler> fSwizzler; variable
|
D | SkWbmpCodec.cpp | 101 , fSwizzler(nullptr) in SkWbmpCodec() 169 fSwizzler->swizzle(dstRow, fSrcBuffer.get()); in onGetScanlines() 187 fSwizzler = SkSwizzler::Make(this->getEncodedInfo(), nullptr, dstInfo, options); in onStartScanlineDecode() 188 SkASSERT(fSwizzler); in onStartScanlineDecode()
|
D | SkPngCodec.cpp | 471 fSwizzler->swizzle(dst, (const uint8_t*) src); in applyXformRow() 477 fSwizzler->swizzle(fColorXformSrcRow, (const uint8_t*) src); in applyXformRow() 1026 fSwizzler.reset(nullptr); in initializeXforms() 1114 fSwizzler = SkSwizzler::MakeSimple(srcBPP, swizzlerInfo, swizzlerOptions); in initializeSwizzler() 1117 fSwizzler = SkSwizzler::Make(this->getEncodedInfo(), colors, swizzlerInfo, in initializeSwizzler() 1120 SkASSERT(fSwizzler); in initializeSwizzler() 1124 if (fSwizzler || !createIfNecessary) { in getSampler() 1125 return fSwizzler.get(); in getSampler() 1129 return fSwizzler.get(); in getSampler()
|
D | SkPngCodec.h | 61 SkSwizzler* swizzler() { return fSwizzler.get(); } in swizzler() 84 std::unique_ptr<SkSwizzler> fSwizzler; variable
|
D | SkJpegCodec.h | 139 std::unique_ptr<SkSwizzler> fSwizzler; variable
|
D | SkHeifCodec.h | 91 std::unique_ptr<SkSwizzler> fSwizzler; variable
|