Lines Matching refs:fSwizzler
472 fSwizzler->swizzle(dst, (const uint8_t*) src);
478 fSwizzler->swizzle(fColorXformSrcRow, (const uint8_t*) src);
1010 // Reset fSwizzler and this->colorXform(). We can't do this in onRewind() because the
1012 fSwizzler.reset(nullptr);
1078 fSwizzler.reset(SkSwizzler::CreateSwizzler(this->getEncodedInfo(), colors, swizzlerInfo,
1080 SkASSERT(fSwizzler);
1084 if (fSwizzler || !createIfNecessary) {
1085 return fSwizzler.get();
1089 return fSwizzler.get();