Lines Matching refs:grad
14609 var grad = this.opacityGradient();
14610 grad._colorSpace = 'DeviceGray';
14616 grad.stop(stop[0], [stop[2]]);
14623 grad = grad.embed(this.matrix);
14638 Sh1: grad
22178 grad,
22235 …grad = doc.linearGradient(x1 - nBefore * (x2 - x1), y1 - nBefore * (y2 - y1), x2 + nAfter * (x2 - …
22237 grad = doc.radialGradient(x1, y1, 0, x2, y2, r2 + nAfter * r2);
22251 grad._colorSpace = 'DeviceCMYK';
22254 grad.stop((n + 0) / nTotal, _stopColor[0], _stopColor[1]);
22256 grad.stop((n + offset) / (nAfter + nBefore + 1), _stopColor[0], _stopColor[1]);
22258 grad.stop((n + 1) / nTotal, _stopColor[0], _stopColor[1]);
22262 grad.setTransform.apply(grad, matrix);
22263 return [grad, 1];