Home
last modified time | relevance | path

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

/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dograssemblepolygon.cpp54 double *pdfDistance ) in CheckPoints() argument
57 if( pdfDistance == nullptr || *pdfDistance == 0 ) in CheckPoints()
62 if( pdfDistance ) in CheckPoints()
63 *pdfDistance = 0.0; in CheckPoints()
72 if( dfDeltaX > *pdfDistance ) in CheckPoints()
78 if( dfDeltaY > *pdfDistance ) in CheckPoints()
83 if( dfDistance < *pdfDistance ) in CheckPoints()
85 *pdfDistance = dfDistance; in CheckPoints()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dograssemblepolygon.cpp54 double *pdfDistance ) in CheckPoints() argument
57 if( pdfDistance == nullptr || *pdfDistance == 0 ) in CheckPoints()
62 if( pdfDistance ) in CheckPoints()
63 *pdfDistance = 0.0; in CheckPoints()
72 if( dfDeltaX > *pdfDistance ) in CheckPoints()
78 if( dfDeltaY > *pdfDistance ) in CheckPoints()
83 if( dfDistance < *pdfDistance ) in CheckPoints()
85 *pdfDistance = dfDistance; in CheckPoints()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dograssemblepolygon.cpp54 double *pdfDistance ) in CheckPoints() argument
57 if( pdfDistance == nullptr || *pdfDistance == 0 ) in CheckPoints()
62 if( pdfDistance ) in CheckPoints()
63 *pdfDistance = 0.0; in CheckPoints()
72 if( dfDeltaX > *pdfDistance ) in CheckPoints()
78 if( dfDeltaY > *pdfDistance ) in CheckPoints()
83 if( dfDistance < *pdfDistance ) in CheckPoints()
85 *pdfDistance = dfDistance; in CheckPoints()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dograssemblepolygon.cpp45 double *pdfDistance ) in CheckPoints() argument
50 if( pdfDistance == NULL || *pdfDistance == 0 ) in CheckPoints()
60 if( dfDeltaX > *pdfDistance || dfDeltaY > *pdfDistance ) in CheckPoints()
65 if( dfDistance < *pdfDistance ) in CheckPoints()
67 *pdfDistance = dfDistance; in CheckPoints()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dograssemblepolygon.cpp99 double *pdfDistance ) in CheckPoints() argument
104 if( pdfDistance == NULL || *pdfDistance == 0 ) in CheckPoints()
114 if( dfDeltaX > *pdfDistance || dfDeltaY > *pdfDistance ) in CheckPoints()
119 if( dfDistance < *pdfDistance ) in CheckPoints()
121 *pdfDistance = dfDistance; in CheckPoints()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dograssemblepolygon.cpp47 double *pdfDistance ) in CheckPoints() argument
52 if( pdfDistance == NULL || *pdfDistance == 0 ) in CheckPoints()
62 if( dfDeltaX > *pdfDistance || dfDeltaY > *pdfDistance ) in CheckPoints()
67 if( dfDistance < *pdfDistance ) in CheckPoints()
69 *pdfDistance = dfDistance; in CheckPoints()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapogcfilter.h99 MS_DLL_EXPORT shapeObj *FLTGetShape(FilterEncodingNode *psFilterNode, double *pdfDistance,
H A Dmapogcfilter.c2041 shapeObj *FLTGetShape(FilterEncodingNode *psFilterNode, double *pdfDistance, in FLTGetShape() argument
2056 if (psNode->pszValue && pdfDistance) { in FLTGetShape()
2064 *pdfDistance = atof(tokens[0]); in FLTGetShape()