Lines Matching full:xscale
709 <pre><code>xScale = output.width / raw.width713 output.x = (raw.x - raw.x.min) * xScale717 output.y = (raw.x.max - raw.x) * xScale719 output.x = (raw.x.max - raw.x) * xScale723 output.y = (raw.x - raw.x.min) * xScale