Home
last modified time | relevance | path

Searched refs:cellUnion (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A Drtree.c2117 static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){ in cellUnion() function
2161 cellUnion(pRtree, &cell, pCell); in cellGrowth()
2283 cellUnion(pRtree, &cell, pCell); in AdjustTree()
2514 cellUnion(pRtree, &left, &aCell[aaSorted[ii][kk]]); in splitNodeStartree()
2516 cellUnion(pRtree, &right, &aCell[aaSorted[ii][kk]]); in splitNodeStartree()
2547 cellUnion(pRtree, pBbox, pCell); in splitNodeStartree()
2823 cellUnion(pRtree, &box, &cell); in fixBoundingBox()