Searched refs:yScale (Results 1 – 2 of 2) sorted by relevance
118 float yScale = getHeight() / (float) (Short.MAX_VALUE * 2 * numChans); in drawChannel16() local126 Y = zeroY - (samples[smpl] * yScale); in drawChannel16()147 float yScale = getHeight() / (float) (2 * numChans); in drawChannelFloat() local155 Y = zeroY - (samples[smpl] * yScale); in drawChannelFloat()
251 float yScale = (float) (near / focalLengthY); in calculateProjectionMatrix() local257 yScale * -height / 2.0f, in calculateProjectionMatrix()258 yScale * height / 2.0f, in calculateProjectionMatrix()