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

/ast/src/lib/libtk/generic/
H A DtkCanvPoly.c538 XPoint staticPoints[MAX_STATIC_POINTS];
550 pointPtr = staticPoints;
573 if (pointPtr != staticPoints) {
628 XPoint staticPoints[MAX_STATIC_POINTS];
638 pointPtr = staticPoints;
654 if (pointPtr != staticPoints) {
532 XPoint staticPoints[MAX_STATIC_POINTS]; local
621 XPoint staticPoints[MAX_STATIC_POINTS]; local
H A DtkCanvLine.c714 XPoint staticPoints[MAX_STATIC_POINTS];
738 pointPtr = staticPoints;
768 if (pointPtr != staticPoints) {
1514 double staticPoints[2*MAX_STATIC_POINTS];
1519 pointPtr = staticPoints;
1528 if (pointPtr != staticPoints) {
708 XPoint staticPoints[MAX_STATIC_POINTS]; local
1500 double staticPoints[2*MAX_STATIC_POINTS]; local

Completed in 11 milliseconds