Lines Matching refs:w1
27189 function resizeRgbImage(src, dest, w1, h1, w2, h2, alpha01) {
27192 var xRatio = w1 / w2;
27197 var w1Scanline = w1 * COMPONENTS;
31867 var w1 = glyphWidth * textState.fontMatrix[0];
31868 ty = w1 * textState.fontSize + charSpacing;
32528 var w1 = token.charCodeAt(k) << 8 | token.charCodeAt(k + 1);
32530 if ((w1 & 0xF800) !== 0xD800) {
32531 str.push(w1);
32537 str.push(((w1 & 0x3ff) << 10) + (w2 & 0x3ff) + 0x10000);
54806 function resizeImageMask(src, bpc, w1, h1, w2, h2) {
54809 var xRatio = w1 / w2;
54817 var w1Scanline = w1;