Lines Matching refs:top
365 rc.top = aRect.nTop; in ImplGetThemeRect()
431 pRect->top = rRect.Top(); in ImplConvertSpinbuttonValues()
538 if( ( (nPart == PART_THUMB_VERT) && (rc.bottom-rc.top > 12) ) || in ImplDrawNativeControl()
833 rc.top-=2; in ImplDrawNativeControl()
877 rc.top = 0; // extend potential gradient to cover menu bar as well in ImplDrawNativeControl()
936 aTRect.top += (rc.bottom - rc.top - nH)/2; in ImplDrawNativeControl()
937 aTRect.bottom = aTRect.top + nH; in ImplDrawNativeControl()
951 aThumbRect.top = pVal->maThumbRect.Top(); in ImplDrawNativeControl()
1011 aBGRect.top = rMVal.maItemRect.Top(); in ImplDrawNativeControl()
1016 aBGRect.left += 1; aBGRect.top += 1; aBGRect.bottom +=1; in ImplDrawNativeControl()
1033 MENU_POPUPSEPARATOR, 0, Rectangle( rc.left, rc.top, rc.right, rc.bottom ) ) ); in ImplDrawNativeControl()
1035 long nDY = ((rc.bottom - rc.top + 1) - aRect.GetHeight()) / 2; in ImplDrawNativeControl()
1036 rc.top += nDY; in ImplDrawNativeControl()
1037 rc.bottom = rc.top+aRect.GetHeight()-1; in ImplDrawNativeControl()
1156 rc.top = buttonRect.Top(); in drawNativeControl()