Searched refs:naturalPhysicalWidth (Results 1 – 1 of 1) sorted by relevance
2993 int32_t naturalPhysicalWidth, naturalPhysicalHeight; in configureSurface() local3000 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()3010 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()3020 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()3031 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()3040 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()3042 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()