Lines Matching refs:dstWidth
439 const unsigned int dstWidth = size.width();
454 while (dinfo.output_width != dstWidth || dinfo.output_height != dstHeight) {
457 if (1 == num || dstWidth > dinfo.output_width || dstHeight > dinfo.output_height) {
491 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width();
497 dstWidth = fSwizzler->swizzleWidth();
506 dstWidth = fSwizzler->swizzleWidth();
520 this->applyColorXform(dst, swizzleDst, dstWidth);
596 int dstWidth = dstInfo.width();
601 dstWidth = fSwizzler->swizzleWidth();
608 xformBytes = dstWidth * sizeof(uint32_t);