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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthGraphicsUtils.java360 * @param textOffset Amount to offset the text when painting
365 int textOffset) {
393 paintIconR.x += textOffset;
395 paintIconR.y += textOffset;
407 paintTextR.x += textOffset;
408 paintTextR.y += textOffset;
362 paintText(SynthContext ss, Graphics g, String text, Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex, int textOffset) argument
/openjdk7/jdk/make/tools/reorder/tools/
H A Dmcount.c114 static void *textOffset; variable
565 textOffset = info.dli_fbase;
575 if ((uintptr_t)i0 < (uintptr_t)textOffset) {
586 offset = ((uintptr_t)i0) - ((uintptr_t)textOffset);

Completed in 33 milliseconds