HomeSort by relevance Sort by last modified time
    Searched refs:aCoord (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/rtree/
sqlite3rtree.h 34 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
rtree.c 272 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2];
562 p += writeCoord(p, &pCell->aCoord[ii]);
699 nodeGetCoord(pRtree, pNode, iCell, ii, &pCell->aCoord[ii]);
871 double aCoord[RTREE_MAX_DIMENSIONS*2];
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[p->iCoord])
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_rtree.c 51 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[3]>=pCube->
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 665 milliseconds