Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:rawWidth

3514     int32_t rawWidth = mRawPointerAxes.x.maxValue - mRawPointerAxes.x.minValue + 1;
3543 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3607 mSurfaceWidth = rawWidth;
3638 mXScale = float(mSurfaceWidth) / rawWidth;
3866 float rawDiagonal = hypotf(rawWidth, rawHeight);