Searched refs:physicalRight (Results 1 – 5 of 5) sorted by relevance
66 int32_t physicalRight; member79 physicalLeft(0), physicalTop(0), physicalRight(0), physicalBottom(0), in DisplayViewport()93 && physicalRight == other.physicalRight119 physicalRight = width; in setNonDisplayViewport()140 physicalRight, physicalBottom, in toString()
92 viewport->physicalRight = env->GetIntField(physicalFrameObj, gRectClassInfo.right); in android_hardware_display_DisplayViewport_toNative()
176 viewport.physicalRight = 800; in ensureDisplayViewportIsSet()
692 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()701 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()703 naturalPhysicalLeft = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()712 naturalPhysicalHeight = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()714 naturalPhysicalTop = mViewport.deviceWidth - mViewport.physicalRight; in configureSurface()722 naturalPhysicalWidth = mViewport.physicalRight - mViewport.physicalLeft; in configureSurface()
277 v.physicalRight = isRotated ? height : width; in createDisplayViewport()