Searched refs:aCoord (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Dsqlite3rtree.h34 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
H A Drtree.c272 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; member in struct:RtreeCell
562 p += writeCoord(p, &pCell->aCoord[ii]);
699 nodeGetCoord(pRtree, pNode, iCell, ii, &pCell->aCoord[ii]);
871 double aCoord[RTREE_MAX_DIMENSIONS*2]; local
878 aCoord[i] = DCOORD(pCell->aCoord[i]);
880 return pConstraint->xGeom(pConstraint->pGeom, nCoord, aCoord, pbRes);
901 double cell_min = DCOORD(cell.aCoord[(p->iCoord>>1)*2]);
902 double cell_max = DCOORD(cell.aCoord[(p->iCoord>>1)*2+1]);
954 double coord = DCOORD(cell.aCoord[
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_rtree.c51 double *aCoord,
108 xmin = aCoord[0];
109 xmax = aCoord[1];
110 ymin = aCoord[2];
111 ymax = aCoord[3];
191 double *aCoord,
221 if( aCoord[0]<=(pCube->x+pCube->width)
222 && aCoord[1]>=pCube->x
223 && aCoord[2]<=(pCube->y+pCube->height)
224 && aCoord[
48 circle_geom( sqlite3_rtree_geometry *p, int nCoord, double *aCoord, int *pRes ) argument
188 cube_geom( sqlite3_rtree_geometry *p, int nCoord, double *aCoord, int *piRes ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h6452 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
H A Dsqlite3.c6995 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
124540 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; member in struct:RtreeCell
125139 double aCoord[RTREE_MAX_DIMENSIONS*2]; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h7469 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ member in struct:sqlite3_rtree_query_info
H A Dsqlite3.c7584 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ member in struct:sqlite3_rtree_query_info
144956 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; /* Bounding box coordinates */ member in struct:RtreeCell
145607 sqlite3_rtree_dbl aCoord[RTREE_MAX_DIMENSIONS*2]; /* Decoded coordinates */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h7469 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ member in struct:sqlite3_rtree_query_info
H A Dsqlite3.c7584 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ member in struct:sqlite3_rtree_query_info
144988 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; /* Bounding box coordinates */ member in struct:RtreeCell
145639 sqlite3_rtree_dbl aCoord[RTREE_MAX_DIMENSIONS*2]; /* Decoded coordinates */ local
[all...]

Completed in 634 milliseconds