Home
last modified time | relevance | path

Searched refs:nVScale (Results 1 – 3 of 3) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DGraphicalDisplay.java153 double nVScale = (aWidgetSize.getHeight() - 10) / aScreenSize.getHeight(); in setupTransformation() local
154 if (nHScale < nVScale) in setupTransformation()
157 mnScale = nVScale; in setupTransformation()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvas.java219 double nVScale = (aWidgetSize.getHeight() - 10) in setupTransformation() local
221 if (nHScale < nVScale) in setupTransformation()
224 mnScale = nVScale; in setupTransformation()
/trunk/main/toolkit/test/accessibility/
H A DCanvas.java305 double nVScale = (aWidgetSize.getHeight() - 10) / aScreenSize.getHeight(); in setupTransformation() local
306 if (nHScale < nVScale) in setupTransformation()
309 mnScale = nVScale; in setupTransformation()

Completed in 12 milliseconds