Home
last modified time | relevance | path

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

/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp2366 geos::unique_ptr otherGeos = asGeos( other ); in sharedPaths() local
2367 if ( !otherGeos ) in sharedPaths()
2370 geos.reset( GEOSSharedPaths_r( geosinit()->ctxt, mGeos.get(), otherGeos.get() ) ); in sharedPaths()