Lines Matching refs:iState
400 int32_t& iState, in DoMouseDown() argument
404 if (iState == CFWL_PartState_Pressed) in DoMouseDown()
407 iState = CFWL_PartState_Pressed; in DoMouseDown()
413 int32_t& iState, in DoMouseUp() argument
417 if (iState == iNewState) in DoMouseUp()
420 iState = iNewState; in DoMouseUp()
427 int32_t& iState, in DoMouseMove() argument
432 if (iState == iNewState) in DoMouseMove()
435 iState = iNewState; in DoMouseMove()
445 int32_t& iState) { in DoMouseLeave() argument
446 if (iState == CFWL_PartState_Normal) in DoMouseLeave()
449 iState = CFWL_PartState_Normal; in DoMouseLeave()
455 int32_t& iState) { in DoMouseHover() argument
456 if (iState == CFWL_PartState_Hovered) in DoMouseHover()
459 iState = CFWL_PartState_Hovered; in DoMouseHover()