Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DGraphicalDisplay.java152 double nHScale = (aWidgetSize.getWidth() - 10) / aScreenSize.getWidth(); in setupTransformation() local
154 if (nHScale < nVScale) in setupTransformation()
155 mnScale = nHScale; in setupTransformation()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvas.java217 double nHScale = (aWidgetSize.getWidth() - 10) in setupTransformation() local
221 if (nHScale < nVScale) in setupTransformation()
222 mnScale = nHScale; in setupTransformation()
/trunk/main/toolkit/test/accessibility/
H A DCanvas.java304 double nHScale = (aWidgetSize.getWidth() - 10) / aScreenSize.getWidth(); in setupTransformation() local
306 if (nHScale < nVScale) in setupTransformation()
307 mnScale = nHScale; in setupTransformation()

Completed in 26 milliseconds