Searched refs:nState2 (Results 1 – 1 of 1) sorted by relevance
615 ControlState nState2 = nState1; in ImplDrawNative() local618 nState2 |= ((mnStateFlags & SCRBAR_STATE_PAGE2_DOWN) ? CTRL_STATE_PRESSED : 0); in ImplDrawNative()628 nState2 |= CTRL_STATE_ROLLOVER; in ImplDrawNative()637 bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, part2, aCtrlRegion2, nState2, in ImplDrawNative()647 ControlState nState2 = nState1; in ImplDrawNative() local650 nState1 = (nState2 &= ~CTRL_STATE_ENABLED); in ImplDrawNative()652 nState1 = (nState2 |= CTRL_STATE_ENABLED); in ImplDrawNative()655 nState2 |= ((mnStateFlags & SCRBAR_STATE_BTN2_DOWN) ? CTRL_STATE_PRESSED : 0); in ImplDrawNative()660 nState2 &= ~CTRL_STATE_ENABLED; in ImplDrawNative()670 nState2 |= CTRL_STATE_ROLLOVER; in ImplDrawNative()[all …]
Completed in 11 milliseconds