Lines Matching refs:swizzler
441 // Intentional fall through. A swizzler hasn't been created yet, but one will
572 if (this->swizzler()) {
573 const int sampleY = this->swizzler()->sampleY();
598 // If there is no swizzler, all rows are needed.
599 if (!this->swizzler() || this->swizzler()->rowNeeded(rowNum - fFirstRow)) {
667 (this->swizzler() && this->swizzler()->sampleY() != 1)) {
729 const int sampleY = this->swizzler() ? this->swizzler()->sampleY() : 1;
1034 // conversion in the swizzler (or skip swizzling altogether).
1070 fXformWidth = this->swizzler()->swizzleWidth();