Searched defs:paintTextR (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java71 private Rectangle paintTextR = new Rectangle(); field in class:BasicLabelUI
173 v.paint(g, paintTextR);
175 int textX = paintTextR.x;
176 int textY = paintTextR.y + fm.getAscent();
200 paintTextR.x = paintTextR.y = paintTextR.width = paintTextR.height = 0;
202 paintTextR);
293 return BasicHTML.getBaseline(label, paintTextR
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthGraphicsUtils.java46 private Rectangle paintTextR = new Rectangle(); field in class:SynthGraphicsUtils
379 paintTextR.x = paintTextR.y = paintTextR.width = paintTextR.height = 0;
384 paintTextR, iconTextGap);
405 v.paint(g, paintTextR);
407 paintTextR.x += textOffset;
408 paintTextR.y += textOffset;
410 paintText(ss, g, clippedText, paintTextR, mnemonicInde
[all...]

Completed in 24 milliseconds