Lines Matching defs:box
2935 ** "Cancel" button on a GUI progress dialog box.
151281 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; /* Bounding box coordinates */
152870 ** the node pNode. This function updates the bounding box cells in
153415 RtreeCell box; /* Bounding box for pNode */
153416 nodeGetCell(pRtree, pNode, 0, &box);
153420 cellUnion(pRtree, &box, &cell);
153422 box.iRowid = pNode->iNode;
153425 nodeOverwriteCell(pRtree, pParent, &box, ii);