Home
last modified time | relevance | path

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

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp2781 …GEOSGeometry *outerRingPoly = GEOSGeom_createPolygon_r( geosinit()->ctxt, GEOSGeom_clone_r( geosin… in reshapePolygon() local
2782 if ( outerRingPoly ) in reshapePolygon()
2794 if ( GEOSContains_r( geosinit()->ctxt, outerRingPoly, currentRing ) == 1 ) in reshapePolygon()
2800 GEOSGeom_destroy_r( geosinit()->ctxt, outerRingPoly ); in reshapePolygon()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp3102 …GEOSGeometry *outerRingPoly = GEOSGeom_createPolygon_r( geosinit()->ctxt, GEOSGeom_clone_r( geosin… in reshapePolygon() local
3103 if ( outerRingPoly ) in reshapePolygon()
3115 if ( GEOSContains_r( geosinit()->ctxt, outerRingPoly, currentRing ) == 1 ) in reshapePolygon()
3121 GEOSGeom_destroy_r( geosinit()->ctxt, outerRingPoly ); in reshapePolygon()