Lines Matching refs:x

362                 int x = ImplGetDragWidth( pThis ) / 2;  in ImplDrawGrip()  local
364 pThis->DrawPixel( Point(x, i), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
365 pThis->DrawPixel( Point(x+1, i), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
367 pThis->DrawPixel( Point(x, i+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
368 pThis->DrawPixel( Point(x+1, i+1), rStyleSettings.GetFaceColor() ); in ImplDrawGrip()
369 pThis->DrawPixel( Point(x+2, i+1), Color(COL_WHITE) ); in ImplDrawGrip()
371 pThis->DrawPixel( Point(x+1, i+2), Color(COL_WHITE) ); in ImplDrawGrip()
372 pThis->DrawPixel( Point(x+2, i+2), Color(COL_WHITE) ); in ImplDrawGrip()
531 long x = 0; in ImplDrawGradientBackground() local
533 pThis->DrawGradient( Rectangle( x, 0, x+aTopLineSz.Width(), aTopLineSz.Height()), g ); in ImplDrawGradientBackground()
534 x += aTopLineSz.Width(); in ImplDrawGradientBackground()
536 while( x < (pThis->mnDX - aBottomLineSz.Width()) ) in ImplDrawGradientBackground()
538 pThis->DrawGradient( Rectangle( x, 0, x+aLineSz.Width(), aLineSz.Height()), g); in ImplDrawGradientBackground()
539 x += aLineSz.Width(); in ImplDrawGradientBackground()
542 pThis->DrawGradient( Rectangle( x, 0, x+aBottomLineSz.Width(), aBottomLineSz.Height()), g ); in ImplDrawGradientBackground()
2978 long x = rRect.Left() + (rRect.getWidth() - width)/2 + 1; in ImplDrawMoreIndicator() local
2982 pBox->DrawRect( Rectangle( x, y, x+1, y ) ); in ImplDrawMoreIndicator()
2983 x+=4; in ImplDrawMoreIndicator()
2984 pBox->DrawRect( Rectangle( x, y, x+1, y ) ); in ImplDrawMoreIndicator()
2985 x-=4; in ImplDrawMoreIndicator()
2987 if( height <= 3) x--; in ImplDrawMoreIndicator()
2988 else x++; in ImplDrawMoreIndicator()
2996 long x = rRect.Left() + (rRect.getWidth() - width)/2 + 1; in ImplDrawMoreIndicator() local
3000 pBox->DrawRect( Rectangle( x, y, x, y+1 ) ); in ImplDrawMoreIndicator()
3002 pBox->DrawRect( Rectangle( x, y, x, y+1 ) ); in ImplDrawMoreIndicator()
3004 x++; in ImplDrawMoreIndicator()
3035 long x = rDropDownRect.Left() + (rDropDownRect.getWidth() - width)/2; in ImplDrawDropdownArrow() local
3039 pBox->DrawRect( Rectangle( x, y, x+width-1, y ) ); in ImplDrawDropdownArrow()
3040 y++; x++; in ImplDrawDropdownArrow()
3048 long x = rDropDownRect.Left() + (rDropDownRect.getWidth() - width)/2; in ImplDrawDropdownArrow() local
3052 pBox->DrawRect( Rectangle( x, y, x, y+height-1 ) ); in ImplDrawDropdownArrow()
3053 y++; x++; in ImplDrawDropdownArrow()