Searched refs:rawWidth (Results 1 – 1 of 1) sorted by relevance
3497 int32_t rawWidth = mRawPointerAxes.getRawWidth(); in findViewport() local3499 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in findViewport()3554 int32_t rawWidth = mRawPointerAxes.getRawWidth(); in configureSurface() local3630 mPhysicalWidth = rawWidth; in configureSurface()3635 mSurfaceWidth = rawWidth; in configureSurface()3666 mXScale = float(mSurfaceWidth) / rawWidth; in configureSurface()3894 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()