Searched refs:naturalLogicalHeight (Results 1 – 1 of 1) sorted by relevance
3563 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local3570 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()3580 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()3590 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()3601 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()3623 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()3625 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()