Searched refs:cur_beval (Results 1 – 1 of 1) sorted by relevance
8593 if (cur_beval == NULL || cur_beval->showState == ShS_SHOWING || !p_beval) in BevalTimerProc()8608 || abs(cur_beval->x - pt.x) > 3 in BevalTimerProc()8609 || abs(cur_beval->y - pt.y) > 3)) in BevalTimerProc()8613 cur_beval->showState = ShS_PENDING; in BevalTimerProc()8614 cur_beval->x = pt.x; in BevalTimerProc()8615 cur_beval->y = pt.y; in BevalTimerProc()8619 if (cur_beval->msgCB != NULL) in BevalTimerProc()8620 (*cur_beval->msgCB)(cur_beval, 0); in BevalTimerProc()8700 cur_beval = beval; in gui_mch_create_beval_area()8714 if (cur_beval != NULL) in Handle_WM_Notify()[all …]