Lines Matching defs:box
3691 ** "Cancel" button on a GUI progress dialog box.
201322 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; /* Bounding box coordinates */
203200 ** the node pNode. This function updates the bounding box cells in
203764 RtreeCell box; /* Bounding box for pNode */
203765 nodeGetCell(pRtree, pNode, 0, &box);
203769 cellUnion(pRtree, &box, &cell);
203771 box.iRowid = pNode->iNode;
203774 nodeOverwriteCell(pRtree, pParent, &box, ii);
205967 ** If pPoly is a polygon, compute its bounding box. Then:
205969 ** (1) if aCoord!=0 store the bounding box in aCoord, returning NULL
205970 ** (2) otherwise, compute a GeoPoly for the bounding box and return the
205974 ** the bounding box in aCoord and return a pointer to that GeoPoly.
206685 ** 2 search for objects overlapping the same bounding box
206687 ** 3 search for objects overlapping the same bounding box
208571 ** not work out of the box with zipvfs. Refer to the comment describing