Searched refs:naturalLogicalHeight (Results 1 – 1 of 1) sorted by relevance
3422 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local3429 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()3439 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()3449 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()3460 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()3471 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()3473 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()