Searched defs:iCoord (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c239 int iCoord; /* Index of constrained coordinate */ member in struct:RtreeConstraint
674 ** Return coordinate iCoord from cell iCell in node pNode.
680 int iCoord,
683 readCoord(&pNode->zData[12 + pRtree->nBytesPerCell*iCell + 4*iCoord], pCoord);
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]);
1275 p->iCoord = idxStr[ii*2+1]-'a';
676 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124507 int iCoord; /* Index of constrained coordinate */ member in struct:RtreeConstraint
124944 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c144916 int iCoord; /* Index of constrained coordinate */ member in struct:RtreeConstraint
145362 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c144948 int iCoord; /* Index of constrained coordinate */ member in struct:RtreeConstraint
145394 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
[all...]

Completed in 1048 milliseconds