Home | History | Annotate | Download | only in input

Lines Matching full:xscale

709 <pre><code>xScale = output.width / raw.width
713 output.x = (raw.x - raw.x.min) * xScale
717 output.y = (raw.x.max - raw.x) * xScale
719 output.x = (raw.x.max - raw.x) * xScale
723 output.y = (raw.x - raw.x.min) * xScale