Searched refs:mnVOffset (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/toolkit/test/accessibility/ |
H A D | Canvas.java | 62 mnVOffset = 0; in Canvas() 228 mnVOffset, in paintComponent() 248 mnHOffset, mnVOffset, mnScale, in paintComponent() 257 mnHOffset, mnVOffset, mnScale); in paintComponent() 318 mnVOffset = (aWidgetSize.getHeight() - mnScale*aScreenSize.getHeight()) / 2.0; in setupTransformation() 321 if (mnVOffset < 0) in setupTransformation() 322 mnVOffset = 0; in setupTransformation() 326 (int)(2*mnVOffset + mnScale * aScreenSize.getHeight()))); in setupTransformation() 335 mnVOffset = 0; in setupTransformation() 452 mnVOffset, field in Canvas
|
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ |
H A D | Canvas.java | 68 mnVOffset = 0; in Canvas() 122 g2.translate (mnHOffset, mnVOffset); in paintComponent() 235 mnVOffset = (aWidgetSize.getHeight() in setupTransformation() 239 if (mnVOffset < 0) in setupTransformation() 240 mnVOffset = 0; in setupTransformation() 244 (int)(2*mnVOffset + mnScale * aScreenSize.getHeight()))); in setupTransformation() 253 mnVOffset = 0; in setupTransformation() 310 mnVOffset, field in Canvas
|
/aoo42x/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | GraphicalDisplay.java | 69 (int)(mnVOffset+0.5), in paintComponent() 76 (int)(mnVOffset+0.5), in paintComponent() 119 (int)(mnVOffset + mnScale*aLocation.Y+0.5), in drawAccessibleObject() 161 mnVOffset = (aWidgetSize.getHeight() - mnScale*aScreenSize.getHeight()) / 2.0; in setupTransformation() 169 mnVOffset = 0; in setupTransformation() 177 private double mnVOffset; field in GraphicalDisplay
|
Completed in 20 milliseconds