Home | History | Annotate | Download | only in codec

Lines Matching refs:fSwizzler

472             fSwizzler->swizzle(dst, (const uint8_t*) src);
478 fSwizzler->swizzle(fColorXformSrcRow, (const uint8_t*) src);
1016 // Reset fSwizzler and this->colorXform(). We can't do this in onRewind() because the
1018 fSwizzler.reset(nullptr);
1084 fSwizzler.reset(SkSwizzler::CreateSwizzler(this->getEncodedInfo(), colors, swizzlerInfo,
1086 SkASSERT(fSwizzler);
1090 if (fSwizzler || !createIfNecessary) {
1091 return fSwizzler.get();
1095 return fSwizzler.get();