Searched refs:aCoord (Results 1 – 2 of 2) sorted by relevance
10940 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ member
11253 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ member210694 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; /* Bounding box coordinates */211139 p += writeCoord(p, &pCell->aCoord[ii]);211279 pCoord = pCell->aCoord;211529 sqlite3_rtree_dbl aCoord[RTREE_MAX_DIMENSIONS*2]; /* Decoded coordinates */211541 case 10: readCoord(pCellData+36, &c); aCoord[9] = c.f;211542 readCoord(pCellData+32, &c); aCoord[8] = c.f;211543 case 8: readCoord(pCellData+28, &c); aCoord[7] = c.f;211544 readCoord(pCellData+24, &c); aCoord[6] = c.f;211545 case 6: readCoord(pCellData+20, &c); aCoord[5] = c.f;[all …]