Home | History | Annotate | Download | only in shapes

Lines Matching refs:tempx

294     float tempx, tempy;
297 tempx = p.x - xf.p.x;
299 final float pLocalx = xfq.c * tempx + xfq.s * tempy;
300 final float pLocaly = -xfq.s * tempx + xfq.c * tempy;
314 tempx = pLocalx - vertex.x;
316 final float dot = normal.x * tempx + normal.y * tempy;
437 float tempx, tempy;
440 tempx = input.p1.x - xfp.x;
442 final float p1x = xfqc * tempx + xfqs * tempy;
443 final float p1y = -xfqs * tempx + xfqc * tempy;
445 tempx = input.p2.x - xfp.x;
447 final float p2x = xfqc * tempx + xfqs * tempy;
448 final float p2y = -xfqs * tempx + xfqc * tempy;