Searched defs:point (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkCanvArc.c518 double tmp, center[2], point[2];
560 point[0] = arcPtr->bbox[2];
561 point[1] = center[1];
562 TkIncludePoint((Tk_Item *) arcPtr, point);
569 point[0] = center[0];
570 point[1] = arcPtr->bbox[1];
571 TkIncludePoint((Tk_Item *) arcPtr, point);
578 point[0] = arcPtr->bbox[0];
579 point[1] = center[1];
580 TkIncludePoint((Tk_Item *) arcPtr, point);
513 double tmp, center[2], point[2]; local
[all...]

Completed in 17 milliseconds