Searched refs:dpd2pos_scale (Results 1 – 4 of 4) sorted by relevance
87 …f32 dpd2pos_scale ; // Scale value where the left and right pointing edge in the shooting … member
90 …f32 dpd2pos_scale ; // Scale value where the left and right pointing edge in the shooting … member
219 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()
349 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()