Home
last modified time | relevance | path

Searched refs:rawWidth (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp611 int32_t rawWidth = mRawPointerAxes.getRawWidth(); in findViewport() local
613 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in findViewport()
675 int32_t rawWidth = mRawPointerAxes.getRawWidth(); in configureSurface() local
784 mPhysicalWidth = rawWidth; in configureSurface()
789 mRawSurfaceWidth = rawWidth; in configureSurface()
826 mXScale = float(mRawSurfaceWidth) / rawWidth; in configureSurface()
1044 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()