Searched defs:bState (Results 1 - 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
H A DOISWiiMote.cpp121 const cWiiMote::tButtonStatus &bState = mWiiMote.GetLastButtonStatus(); local
122 _doButtonCheck(bState.m1, 0, newEvent.pushedButtons, newEvent.releasedButtons); //1
123 _doButtonCheck(bState.m2, 1, newEvent.pushedButtons, newEvent.releasedButtons); //2
124 _doButtonCheck(bState.mA, 2, newEvent.pushedButtons, newEvent.releasedButtons); //A
125 _doButtonCheck(bState.mB, 3, newEvent.pushedButtons, newEvent.releasedButtons); //B
126 _doButtonCheck(bState.mPlus, 4, newEvent.pushedButtons, newEvent.releasedButtons);//+
127 _doButtonCheck(bState.mMinus, 5, newEvent.pushedButtons, newEvent.releasedButtons);//-
128 _doButtonCheck(bState.mHome, 6, newEvent.pushedButtons, newEvent.releasedButtons);//Home
131 newEvent.povChanged = _doPOVCheck(bState, newEvent.povDirection);
158 const cWiiMote::tChuckReport &bState local
252 _doPOVCheck(const cWiiMote::tButtonStatus &bState, unsigned int &newPosition) argument
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ocg.cpp107 FX_BOOL bState = pConfig->GetString("BaseState", "ON") != "OFF"; local
111 bState = TRUE;
117 bState = FALSE;
143 bState = pState->GetString(csFind) != "OFF";
146 return bState;
181 FX_BOOL bState = LoadOCGState(pOCGDict);
182 m_OCGStates[pOCGDict] = bState;
183 return bState;
252 FX_BOOL bState = FALSE;
254 bState
[all...]
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dsignal_processing_unittest.cc374 int16_t bState[kVectorSize]; local
377 WebRtcSpl_ZerosArrayW16(bState, kVectorSize);
402 bState,

Completed in 119 milliseconds