Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c232 if( s.nVertex>=s.nAlloc ){ in geopolyParseJson()
245 if( ii==2 ) s.nVertex++; in geopolyParseJson()
261 && s.nVertex>=4 in geopolyParseJson()
262 && s.a[0]==s.a[s.nVertex*2-2] in geopolyParseJson()
272 pOut->nVertex = s.nVertex; in geopolyParseJson()
310 int nVertex; in geopolyFuncParam() local
325 p->nVertex = nVertex; in geopolyFuncParam()
389 for(i=0; i<p->nVertex; i++){ in geopolyJsonFunc()
418 for(i=0; i<p->nVertex; i++){ in geopolySvgFunc()
667 pOut->nVertex = 4; in geopolyBBox()
[all …]