Home
last modified time | relevance | path

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

/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtstroke.c44 RTGEOM* pta_unstroke(const RTCTX *ctx, const RTPOINTARRAY *points, int type, int srid);
600 pta_unstroke(const RTCTX *ctx, const RTPOINTARRAY *points, int type, int srid) in pta_unstroke() function
767 else return pta_unstroke(ctx, line->points, line->flags, line->srid); in rtline_unstroke()
781 geoms[i] = pta_unstroke(ctx, poly->rings[i], poly->flags, poly->srid); in rtpolygon_unstroke()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwstroke.c41 LWGEOM *pta_unstroke(const POINTARRAY *points, int32_t srid);
987 pta_unstroke(const POINTARRAY *points, int32_t srid) in pta_unstroke() function
1154 else return pta_unstroke(line->points, line->srid); in lwline_unstroke()
1168 geoms[i] = pta_unstroke(poly->rings[i], poly->srid); in lwpolygon_unstroke()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwstroke.c41 LWGEOM *pta_unstroke(const POINTARRAY *points, int32_t srid);
987 pta_unstroke(const POINTARRAY *points, int32_t srid) in pta_unstroke() function
1154 else return pta_unstroke(line->points, line->srid); in lwline_unstroke()
1168 geoms[i] = pta_unstroke(poly->rings[i], poly->srid); in lwpolygon_unstroke()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwstroke.c41 LWGEOM *pta_unstroke(const POINTARRAY *points, int32_t srid);
975 pta_unstroke(const POINTARRAY *points, int32_t srid) in pta_unstroke() function
1142 else return pta_unstroke(line->points, line->srid); in lwline_unstroke()
1156 geoms[i] = pta_unstroke(poly->rings[i], poly->srid); in lwpolygon_unstroke()
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwstroke.c41 LWGEOM* pta_unstroke(const POINTARRAY *points, int srid);
884 pta_unstroke(const POINTARRAY *points, int srid) in pta_unstroke() function
1051 else return pta_unstroke(line->points, line->srid); in lwline_unstroke()
1065 geoms[i] = pta_unstroke(poly->rings[i], poly->srid); in lwpolygon_unstroke()