Home
last modified time | relevance | path

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

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp2140 geos::unique_ptr currentReshapeGeometry; in reshapeGeometry() local
2146currentReshapeGeometry = reshapeLine( GEOSGetGeometryN_r( geosinit()->ctxt, mGeos.get(), i ), resh… in reshapeGeometry()
2148currentReshapeGeometry = reshapePolygon( GEOSGetGeometryN_r( geosinit()->ctxt, mGeos.get(), i ), r… in reshapeGeometry()
2150 if ( currentReshapeGeometry ) in reshapeGeometry()
2152 newGeoms[i] = currentReshapeGeometry.release(); in reshapeGeometry()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp2434 geos::unique_ptr currentReshapeGeometry; in reshapeGeometry() local
2440currentReshapeGeometry = reshapeLine( GEOSGetGeometryN_r( geosinit()->ctxt, mGeos.get(), i ), resh… in reshapeGeometry()
2442currentReshapeGeometry = reshapePolygon( GEOSGetGeometryN_r( geosinit()->ctxt, mGeos.get(), i ), r… in reshapeGeometry()
2444 if ( currentReshapeGeometry ) in reshapeGeometry()
2446 newGeoms[i] = currentReshapeGeometry.release(); in reshapeGeometry()