Searched refs:naturalLogicalHeight (Results 1 – 1 of 1) sorted by relevance
683 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local690 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()700 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()710 naturalLogicalHeight = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()721 naturalLogicalHeight = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()743 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()745 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()