Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c223037 sqlite3_value *pPoly, /* The polygon */ argument
223044 if( pPoly==0 && aCoord!=0 ){
223052 p = geopolyFuncParam(context, pPoly, pRc);
223357 GeoPoly *pPoly, /* Take all segments from this polygon */ argument
223362 for(i=0; i<(unsigned)pPoly->nVertex-1; i++){
223363 x = &GeoX(pPoly,i);
223366 x = &GeoX(pPoly,i);
223367 geopolyAddOneSegment(p, x[0], x[1], pPoly->a[0], pPoly->a[1], side, i);