Searched refs:rawWidth (Results 1 – 1 of 1) sorted by relevance
2969 int32_t rawWidth = mRawPointerAxes.x.maxValue - mRawPointerAxes.x.minValue + 1; in configureSurface() local2984 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in configureSurface()3048 mSurfaceWidth = rawWidth; in configureSurface()3079 mXScale = float(mSurfaceWidth) / rawWidth; in configureSurface()3305 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()