Home
last modified time | relevance | path

Searched refs:pPoly (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c223415 sqlite3_value *pPoly, /* The polygon */ argument
223422 if( pPoly==0 && aCoord!=0 ){
223430 p = geopolyFuncParam(context, pPoly, pRc);
223735 GeoPoly *pPoly, /* Take all segments from this polygon */ argument
223740 for(i=0; i<(unsigned)pPoly->nVertex-1; i++){
223741 x = &GeoX(pPoly,i);
223744 x = &GeoX(pPoly,i);
223745 geopolyAddOneSegment(p, x[0], x[1], pPoly->a[0], pPoly->a[1], side, i);