Lines Matching defs:scaledWidth
417 int scaledWidth = subsetWidth;
430 scaledWidth = scaleX * scaledWidth;
433 if (0 == scaledWidth || 0 == scaledHeight) {
437 scaledWidth = dstInfo.width();
441 config.options.scaled_width = scaledWidth;
519 tmp.allocPixels(dstInfo.makeWH(scaledWidth, 1));
526 this->applyColorXform(xformDst, xformSrc, scaledWidth);
529 dstInfo.alphaType(), frame.has_alpha, scaledWidth);
541 dstInfo.alphaType(), frame.has_alpha, scaledWidth);