Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/kpad/src/
DKPAD.c419 op->error_fg = -1 ; // Not displayed in reset_kpad()
424 op->error_fg = -1 ; // Not displayed in reset_kpad()
479 while ( op1->error_fg != 0 ) ++op1 ; in KPADCalibrateDPD()
481 while ( op2->error_fg != 0 ) ++op2 ; in KPADCalibrateDPD()
907 kobj_p->error_fg = 0 ; // Displayed in get_kobj()
911 kobj_p->error_fg = -1 ; // Not displayed in get_kobj()
927 if ( kobj_p->error_fg < 0 ) continue ; in check_kobj_outside_frame()
931 kobj_p->error_fg |= 1 ; in check_kobj_outside_frame()
947 if ( op1->error_fg != 0 ) continue ; in check_kobj_same_position()
951 if ( op2->error_fg != 0 ) continue ; in check_kobj_same_position()
[all …]
/RvlSDK-3.1.4/build/libraries/kpadOld/src/
DKPAD.c301 op->error_fg = -1 ; // Not displayed in reset_kpad()
306 op->error_fg = -1 ; // Not displayed in reset_kpad()
400 while ( op1->error_fg != 0 ) ++op1 ; in KPADCalibrateDPD()
402 while ( op2->error_fg != 0 ) ++op2 ; in KPADCalibrateDPD()
924 kobj_p->error_fg = 0 ; // Displayed in get_kobj()
928 kobj_p->error_fg = -1 ; // Not displayed in get_kobj()
944 if ( kobj_p->error_fg < 0 ) continue ; in check_kobj_outside_frame()
948 kobj_p->error_fg |= 1 ; in check_kobj_outside_frame()
964 if ( op1->error_fg != 0 ) continue ; in check_kobj_same_position()
968 if ( op2->error_fg != 0 ) continue ; in check_kobj_same_position()
[all …]
/RvlSDK-3.1.4/build/libraries/kpadOld/include/
DKPADinside.h59 s8 error_fg ; // -1: not displayed, 0: OK, 1: too far out, 2: same coordinate member
/RvlSDK-3.1.4/build/libraries/kpad/include/
DKPADinside.h58 s8 error_fg ; // -1: not displayed, 0: OK, 1: too far out, 2: same coordinate member