Lines Matching refs:Vec2
39 static Vec2 icenter_org = { 0.000f, 0.000f } ; // Center coordinate of two marks in CMOS
41 static Vec2 iaccXY_nrm_hori = { 0.000f,-1.000f } ; // XY acceleration direction when the contr…
42 static Vec2 isec_nrm_hori = { 1.000f, 0.000f } ; // Direction from left mark to right mark w…
63 static Vec2 kobj_frame_min, kobj_frame_max ; // Range where the center of mass coordinat…
90 static Vec2 Vec2_0={0.0f, 0.0f};
359 void KPADGetProjectionPos( Vec2 *dst, const Vec2 *src, const Rect *projRect, f32 viRatio ) in KPADGetProjectionPos()
981 static f32 calc_horizon( KPADInsideStatus *kp, Vec2 *p1, Vec2 *p2, Vec2 *hori ) in calc_horizon()
1005 Vec2 hori ; in select_2obj_first()
1055 Vec2 nrm ; in select_2obj_continue()
1133 Vec2 p1,p2 ; in select_1obj_first()
1282 Vec2 pos, vec ; in calc_dpd_variable()
1625 static void clamp_stick( Vec2 *stick, s32 sx, s32 sy, s32 min, s32 max ) in clamp_stick()