Lines Matching refs:rectPtr
67 Tk_Item *itemPtr, double *rectPtr));
585 * given by rectPtr, 0 if it overlaps, and 1 if it is entirely
596 BitmapToArea(canvas, itemPtr, rectPtr)
599 double *rectPtr; /* Pointer to array of four coordinates
605 if ((rectPtr[2] <= bmapPtr->header.x1)
606 || (rectPtr[0] >= bmapPtr->header.x2)
607 || (rectPtr[3] <= bmapPtr->header.y1)
608 || (rectPtr[1] >= bmapPtr->header.y2)) {
611 if ((rectPtr[0] <= bmapPtr->header.x1)
612 && (rectPtr[1] <= bmapPtr->header.y1)
613 && (rectPtr[2] >= bmapPtr->header.x2)
614 && (rectPtr[3] >= bmapPtr->header.y2)) {