Lines Matching refs:nState1
614 …ControlState nState1 = (IsEnabled() ? CTRL_STATE_ENABLED : 0) | (HasFocus() ? CTRL_STATE_FOCUSED :… in ImplDrawNative() local
615 ControlState nState2 = nState1; in ImplDrawNative()
617 nState1 |= ((mnStateFlags & SCRBAR_STATE_PAGE1_DOWN) ? CTRL_STATE_PRESSED : 0); in ImplDrawNative()
626 nState1 |= CTRL_STATE_ROLLOVER; in ImplDrawNative()
633 bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, part1, aCtrlRegion1, nState1, in ImplDrawNative()
646 ControlState nState1 = HasFocus() ? CTRL_STATE_FOCUSED : 0; in ImplDrawNative() local
647 ControlState nState2 = nState1; in ImplDrawNative()
650 nState1 = (nState2 &= ~CTRL_STATE_ENABLED); in ImplDrawNative()
652 nState1 = (nState2 |= CTRL_STATE_ENABLED); in ImplDrawNative()
654 nState1 |= ((mnStateFlags & SCRBAR_STATE_BTN1_DOWN) ? CTRL_STATE_PRESSED : 0); in ImplDrawNative()
658 nState1 &= ~CTRL_STATE_ENABLED; in ImplDrawNative()
668 nState1 |= CTRL_STATE_ROLLOVER; in ImplDrawNative()
675 bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, part1, aCtrlRegion1, nState1, in ImplDrawNative()