Searched refs:currentReshapeGeometry (Results 1 – 2 of 2) sorted by relevance
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/ |
H A D | qgsgeos.cpp | 2140 geos::unique_ptr currentReshapeGeometry; in reshapeGeometry() local 2146 …currentReshapeGeometry = reshapeLine( GEOSGetGeometryN_r( geosinit()->ctxt, mGeos.get(), i ), resh… in reshapeGeometry() 2148 …currentReshapeGeometry = 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 D | qgsgeos.cpp | 2434 geos::unique_ptr currentReshapeGeometry; in reshapeGeometry() local 2440 …currentReshapeGeometry = reshapeLine( GEOSGetGeometryN_r( geosinit()->ctxt, mGeos.get(), i ), resh… in reshapeGeometry() 2442 …currentReshapeGeometry = reshapePolygon( GEOSGetGeometryN_r( geosinit()->ctxt, mGeos.get(), i ), r… in reshapeGeometry() 2444 if ( currentReshapeGeometry ) in reshapeGeometry() 2446 newGeoms[i] = currentReshapeGeometry.release(); in reshapeGeometry()
|