Lines Matching refs:temp
1340 double dx, dy, length, sinTheta, cosTheta, temp;
1389 temp = shapeC*sinTheta;
1390 poly[2] = poly[0] - shapeB*cosTheta + temp;
1391 poly[8] = poly[2] - 2*temp;
1392 temp = shapeC*cosTheta;
1393 poly[3] = poly[1] - shapeB*sinTheta - temp;
1394 poly[9] = poly[3] + 2*temp;
1435 temp = shapeC*sinTheta;
1436 poly[2] = poly[0] - shapeB*cosTheta + temp;
1437 poly[8] = poly[2] - 2*temp;
1438 temp = shapeC*cosTheta;
1439 poly[3] = poly[1] - shapeB*sinTheta - temp;
1440 poly[9] = poly[3] + 2*temp;