Searched refs:naturalPhysicalWidth (Results 1 – 1 of 1) sorted by relevance
3309 int32_t naturalPhysicalWidth, naturalPhysicalHeight; in configureSurface() local3316 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()3326 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()3336 naturalPhysicalWidth = mViewport.physicalBottom - mViewport.physicalTop; in configureSurface()3347 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()3356 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()3358 mSurfaceLeft = naturalPhysicalLeft * naturalLogicalWidth / naturalPhysicalWidth; in configureSurface()