Searched refs:naturalPhysicalTop (Results 1 – 1 of 1) sorted by relevance
3565 int32_t naturalPhysicalLeft, naturalPhysicalTop; in configureSurface() local3574 naturalPhysicalTop = mViewport.physicalLeft; in configureSurface()3584 naturalPhysicalTop = mViewport.deviceHeight - mViewport.physicalBottom; in configureSurface()3594 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()3605 naturalPhysicalTop = mViewport.physicalTop; in configureSurface()3620 mPhysicalTop = naturalPhysicalTop; in configureSurface()3625 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()