Home | History | Annotate | Download | only in input

Lines Matching refs:rawHeight

2926     int32_t rawHeight = mRawPointerAxes.y.maxValue - mRawPointerAxes.y.minValue + 1;
2941 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3006 mSurfaceHeight = rawHeight;
3038 mYScale = float(mSurfaceHeight) / rawHeight;
3260 float rawDiagonal = hypotf(rawWidth, rawHeight);