Searched refs:mnHOffset (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/toolkit/test/accessibility/ |
H A D | Canvas.java | 61 mnHOffset = 0; in Canvas() 227 mnHOffset, in paintComponent() 248 mnHOffset, mnVOffset, mnScale, in paintComponent() 257 mnHOffset, mnVOffset, mnScale); in paintComponent() 317 mnHOffset = (aWidgetSize.getWidth() - mnScale*aScreenSize.getWidth()) / 2.0; in setupTransformation() 319 if (mnHOffset < 0) in setupTransformation() 320 mnHOffset = 0; in setupTransformation() 325 (int)(2*mnHOffset + mnScale * aScreenSize.getWidth()), in setupTransformation() 334 mnHOffset = 0; in setupTransformation() 451 mnHOffset, field in Canvas
|
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ |
H A D | Canvas.java | 67 mnHOffset = 0; in Canvas() 122 g2.translate (mnHOffset, mnVOffset); in paintComponent() 233 mnHOffset = (aWidgetSize.getWidth() in setupTransformation() 237 if (mnHOffset < 0) in setupTransformation() 238 mnHOffset = 0; in setupTransformation() 243 (int)(2*mnHOffset + mnScale * aScreenSize.getWidth()), in setupTransformation() 252 mnHOffset = 0; in setupTransformation() 309 mnHOffset, field in Canvas
|
/aoo42x/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | GraphicalDisplay.java | 68 (int)(mnHOffset+0.5), in paintComponent() 75 (int)(mnHOffset+0.5), in paintComponent() 118 (int)(mnHOffset + mnScale*aLocation.X+0.5), in drawAccessibleObject() 160 mnHOffset = (aWidgetSize.getWidth() - mnScale*aScreenSize.getWidth()) / 2.0; in setupTransformation() 168 mnHOffset = 0; in setupTransformation() 176 private double mnHOffset; field in GraphicalDisplay
|
Completed in 15 milliseconds