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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_MenuItem.cpp362 RECT checkRect; local
363 ::CopyRect(&checkRect, &textRect);
365 checkRect.left = checkRect.right - checkWidth;
367 checkRect.right = checkRect.left + checkWidth;
369 DrawCheck(hDC, checkRect);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java517 lr.checkRect.width = checkSize.maxWidth;
535 lr.checkRect.y = (int)(lr.labelRect.y
537 - (float)lr.checkRect.height/2);
539 fixVerticalAlignment(lr, lr.checkRect);
555 lr.checkRect.y += delta;
572 calcXPositionsLTR(viewRect.x, leadingGap, gap, lr.checkRect,
576 if (lr.checkRect.width > 0) { // there is the afterCheckIconGap
605 calcXPositionsLTR(viewRect.x, leadingGap, gap, lr.checkRect,
609 if (lr.checkRect.width > 0) { // there is the afterCheckIconGap
638 lr.checkRect, l
1130 private Rectangle checkRect; field in class:MenuItemLayoutHelper.LayoutResult
1143 LayoutResult(Rectangle iconRect, Rectangle textRect, Rectangle accRect, Rectangle checkRect, Rectangle arrowRect, Rectangle labelRect) argument
1182 setCheckRect(Rectangle checkRect) argument
[all...]

Completed in 34 milliseconds