Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/kpadOld/include/
DKPADinside.h87 …f32 dpd2pos_scale ; // Scale value where the left and right pointing edge in the shooting … member
/RvlSDK-3.1.4/build/libraries/kpad/include/
DKPADinside.h90 …f32 dpd2pos_scale ; // Scale value where the left and right pointing edge in the shooting … member
/RvlSDK-3.1.4/build/libraries/kpadOld/src/
DKPAD.c219 kp->dpd2pos_scale = sqrtf( sx * sx + sy * sy ) ;// Diagonal in calc_dpd2pos_scale()
237 kp->dpd2pos_scale /= sx ; in calc_dpd2pos_scale()
239 kp->dpd2pos_scale /= sy ; in calc_dpd2pos_scale()
1393 vec.x = ( kp->center_org.x - vec.x ) * kp->dpd2pos_scale ; in calc_dpd_variable()
1394 vec.y = ( kp->center_org.y - vec.y ) * kp->dpd2pos_scale ; in calc_dpd_variable()
/RvlSDK-3.1.4/build/libraries/kpad/src/
DKPAD.c349 kp->dpd2pos_scale = scale / ( ( sx < sy ) ? sx : sy ) ; in calc_dpd2pos_scale()
1417 vec.x = ( kp->center_org.x - vec.x ) * kp->dpd2pos_scale ; in calc_dpd_variable()
1418 vec.y = ( kp->center_org.y - vec.y ) * kp->dpd2pos_scale ; in calc_dpd_variable()