Lines Matching refs:GeoPoly
222515 typedef struct GeoPoly GeoPoly; typedef
222516 struct GeoPoly { struct
222525 #define GEOPOLY_SZ(N) (sizeof(GeoPoly) + sizeof(GeoCoord)*2*((N)-4))
222624 static GeoPoly *geopolyParseJson(const unsigned char *z, int *pRc){
222669 GeoPoly *pOut;
222701 static GeoPoly *geopolyFuncParam(
222706 GeoPoly *p = 0;
222767 GeoPoly *p = geopolyFuncParam(context, argv[0], 0);
222787 GeoPoly *p = geopolyFuncParam(context, argv[0], 0);
222814 GeoPoly *p;
222861 GeoPoly *p = geopolyFuncParam(context, argv[0], 0);
222893 static double geopolyArea(GeoPoly *p){
222920 GeoPoly *p = geopolyFuncParam(context, argv[0], 0);
222946 GeoPoly *p = geopolyFuncParam(context, argv[0], 0);
223001 GeoPoly *p;
223035 static GeoPoly *geopolyBBox(
223041 GeoPoly *pOut = 0;
223042 GeoPoly *p;
223111 GeoPoly *p = geopolyBBox(context, argv[0], 0, 0);
223160 GeoPoly *p;
223223 GeoPoly *p1 = geopolyFuncParam(context, argv[0], 0);
223253 static int geopolyOverlap(GeoPoly *p1, GeoPoly *p2);
223268 GeoPoly *p1 = geopolyFuncParam(context, argv[0], 0);
223269 GeoPoly *p2 = geopolyFuncParam(context, argv[1], 0);
223357 GeoPoly *pPoly, /* Take all segments from this polygon */
223471 static int geopolyOverlap(GeoPoly *p1, GeoPoly *p2){
223599 GeoPoly *p1 = geopolyFuncParam(context, argv[0], 0);
223600 GeoPoly *p2 = geopolyFuncParam(context, argv[1], 0);
224111 GeoPoly *p = 0;