Searched refs:aWidgetSize (Results 1 – 3 of 3) sorted by relevance
206 Dimension aWidgetSize = aViewport.getSize(); in setupTransformation() local217 double nHScale = (aWidgetSize.getWidth() - 10) in setupTransformation()219 double nVScale = (aWidgetSize.getHeight() - 10) in setupTransformation()233 mnHOffset = (aWidgetSize.getWidth() in setupTransformation()235 mnVOffset = (aWidgetSize.getHeight() in setupTransformation()256 maLastWidgetSize = aWidgetSize; in setupTransformation()
145 Dimension aWidgetSize = getSize(); in setupTransformation() local152 double nHScale = (aWidgetSize.getWidth() - 10) / aScreenSize.getWidth(); in setupTransformation()153 double nVScale = (aWidgetSize.getHeight() - 10) / aScreenSize.getHeight(); in setupTransformation()160 mnHOffset = (aWidgetSize.getWidth() - mnScale*aScreenSize.getWidth()) / 2.0; in setupTransformation()161 mnVOffset = (aWidgetSize.getHeight() - mnScale*aScreenSize.getHeight()) / 2.0; in setupTransformation()
293 Dimension aWidgetSize = aViewport.getSize(); in setupTransformation() local304 double nHScale = (aWidgetSize.getWidth() - 10) / aScreenSize.getWidth(); in setupTransformation()305 double nVScale = (aWidgetSize.getHeight() - 10) / aScreenSize.getHeight(); in setupTransformation()317 mnHOffset = (aWidgetSize.getWidth() - mnScale*aScreenSize.getWidth()) / 2.0; in setupTransformation()318 mnVOffset = (aWidgetSize.getHeight() - mnScale*aScreenSize.getHeight()) / 2.0; in setupTransformation()338 maLastWidgetSize = aWidgetSize; in setupTransformation()
Completed in 29 milliseconds