Searched refs:newB1 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A Dtk3d.c771 XPoint poly[4], b1, b2, newB1, newB2;
863 ShiftLine(p1Ptr, p2Ptr, borderWidth, &newB1);
864 newB2.x = newB1.x + (p2Ptr->x - p1Ptr->x);
865 newB2.y = newB1.y + (p2Ptr->y - p1Ptr->y);
869 parallel = Intersect(&newB1, &newB2, &b1, &b2, &poly[2]);
883 * newB1 newB2
894 * and newB1-newB2 with p1Ptr-perp.
903 (void) Intersect(p1Ptr, &perp, &newB1, &newB2, &c);
926 b1.x = newB1.x;
927 b1.y = newB1
756 XPoint poly[4], b1, b2, newB1, newB2; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A Dtk3d.c784 XPoint poly[4], b1, b2, newB1, newB2;
877 ShiftLine(p1Ptr, p2Ptr, borderWidth, &newB1);
878 newB2.x = newB1.x + (p2Ptr->x - p1Ptr->x);
879 newB2.y = newB1.y + (p2Ptr->y - p1Ptr->y);
883 parallel = Intersect(&newB1, &newB2, &b1, &b2, &poly[2]);
898 * newB1 newB2
909 * b1-b2 and newB1-newB2 with p1Ptr-perp.
918 (void) Intersect(p1Ptr, &perp, &newB1, &newB2, &c);
941 b1.x = newB1.x;
942 b1.y = newB1
769 XPoint poly[4], b1, b2, newB1, newB2; local
[all...]

Completed in 125 milliseconds