Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c2074 static RtreeDValue cellArea(Rtree *pRtree, RtreeCell *p){ in cellArea() function
2160 area = cellArea(pRtree, &cell); in cellGrowth()
2162 return (cellArea(pRtree, &cell)-area); in cellGrowth()
2231 area = cellArea(pRtree, &cell); in ChooseLeaf()
2522 area = cellArea(pRtree, &left) + cellArea(pRtree, &right); in splitNodeStartree()