Searched refs:naturalLogicalWidth (Results 1 – 1 of 1) sorted by relevance
673 int32_t naturalLogicalWidth, naturalLogicalHeight; in configureSurface() local679 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()689 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()699 naturalLogicalWidth = mViewport.logicalBottom - mViewport.logicalTop; in configureSurface()710 naturalLogicalWidth = mViewport.logicalRight - mViewport.logicalLeft; in configureSurface()732 mRawSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()734 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()736 mSurfaceRight = mSurfaceLeft + naturalLogicalWidth; in configureSurface()