Searched refs:naturalPhysicalHeight (Results 1 – 1 of 1) sorted by relevance
2993 int32_t naturalPhysicalWidth, naturalPhysicalHeight; in configureSurface() local3001 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()3011 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()3021 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()3032 naturalPhysicalHeight = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()3041 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()3043 mSurfaceTop = naturalPhysicalTop * naturalLogicalHeight / naturalPhysicalHeight; in configureSurface()