Searched refs:cellArea (Results 1 – 1 of 1) sorted by relevance
2074 static RtreeDValue cellArea(Rtree *pRtree, RtreeCell *p){ in cellArea() function2160 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()