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

/ast/src/lib/libtk/generic/
H A DtkCanvLine.c35 * stored in the *firstArrowPtr and
51 double *firstArrowPtr; /* Points to array of PTS_IN_ARROW points member in struct:LineItem
264 linePtr->firstArrowPtr = NULL;
333 if (linePtr->firstArrowPtr != NULL) {
334 coordPtr = linePtr->firstArrowPtr;
380 if (linePtr->firstArrowPtr != NULL) {
381 ckfree((char *) linePtr->firstArrowPtr);
382 linePtr->firstArrowPtr = NULL;
490 if ((linePtr->firstArrowPtr != NULL) && (linePtr->arrow != firstUid)
492 linePtr->coordPtr[0] = linePtr->firstArrowPtr[
[all...]

Completed in 11 milliseconds