Home
last modified time | relevance | path

Searched refs:error_fg (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-2.1/build/libraries/kpad/src/
DKPAD.c280 op->error_fg = -1 ; // Not displayed in reset_kpad()
285 op->error_fg = -1 ; // Not displayed in reset_kpad()
355 while ( op1->error_fg != 0 ) ++op1 ; in KPADCalibrateDPD()
357 while ( op2->error_fg != 0 ) ++op2 ; in KPADCalibrateDPD()
878 kobj_p->error_fg = 0 ; // Displayed in get_kobj()
882 kobj_p->error_fg = -1 ; // Not displayed in get_kobj()
898 if ( kobj_p->error_fg < 0 ) continue ; in check_kobj_outside_frame()
902 kobj_p->error_fg |= 1 ; in check_kobj_outside_frame()
918 if ( op1->error_fg != 0 ) continue ; in check_kobj_same_position()
922 if ( op2->error_fg != 0 ) continue ; in check_kobj_same_position()
[all …]
/RvlSDK-2.1/build/libraries/kpad/include/
DKPADinside.h55 s8 error_fg ; // -1: Not displayed, 0: OK, 1: Too far outside, 2: Same coordinates member