Home | History | Annotate | Download | only in orig

Lines Matching defs:x3

87185 ** The userdata is 0x1 for left trim, 0x2 for right trim, 0x3 for both.
111624 /* x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xA xB xC xD xE xF */
124249 /* x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xA xB xC xD xE xF */
131857 float x3 = x1;
131870 if( left>x3 ){
131871 x3 = left;
131881 float normalwidth = (x3 - x2) / (x4 - x1);