Searched refs:naturalPhysicalLeft (Results 1 – 1 of 1) sorted by relevance
3565 int32_t naturalPhysicalLeft, naturalPhysicalTop; in configureSurface() local3573 naturalPhysicalLeft = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()3583 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()3593 naturalPhysicalLeft = mViewport.physicalTop; in configureSurface()3604 naturalPhysicalLeft = mViewport.physicalLeft; in configureSurface()3619 mPhysicalLeft = naturalPhysicalLeft; in configureSurface()3624 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()