Searched refs:maSetBound (Results 1 – 2 of 2) sorted by relevance
369 maSetBound = maViewportRectangle; in CalcViewport()399 maTranslate.setX((double)maSetBound.Left() + ((maSetBound.GetWidth() - 1L) / 2.0)); in CalcViewport()400 maTranslate.setY((double)maSetBound.Top() + ((maSetBound.GetHeight() - 1L) / 2.0)); in CalcViewport()404 maScale.setX((maSetBound.GetWidth() - 1L) / 2.0); in CalcViewport()405 maScale.setY((maSetBound.GetHeight() - 1L) / -2.0); in CalcViewport()541 return maSetBound; in GetLogicalViewportBounds()
124 Rectangle maSetBound; member in B3dTransformationSet
Completed in 12 milliseconds