Home
last modified time | relevance | path

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

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestreversepath.c48 GpPointF reverse_points[100]; in test_gdip_reversepath() local
74 C (GdipGetPathPoints (path, reverse_points, count)); in test_gdip_reversepath()
75 check_reverse_points (points, reverse_points, count); in test_gdip_reversepath()
95 C (GdipGetPathPoints (path, reverse_points, count)); in test_gdip_reversepath()
96 check_reverse_points (points, reverse_points, count); in test_gdip_reversepath()
117 C (GdipGetPathPoints (path, reverse_points, count)); in test_gdip_reversepath()
118 check_reverse_points (points, reverse_points, count); in test_gdip_reversepath()
142 C (GdipGetPathPoints (path, reverse_points, count)); in test_gdip_reversepath()
143 check_reverse_points (points, reverse_points, count); in test_gdip_reversepath()
168 C (GdipGetPathPoints (path, reverse_points, count)); in test_gdip_reversepath()
[all …]
/dports/graphics/libart_lgpl/libart_lgpl-2.3.21/
H A Dart_svp_vpath.c36 reverse_points (ArtPoint *points, int n_points) in reverse_points() function
109 reverse_points (points, n_points); in art_svp_from_vpath()
151 reverse_points (points, n_points); in art_svp_from_vpath()
197 reverse_points (points, n_points); in art_svp_from_vpath()
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/libart_lgpl/
H A Dart_svp_vpath.c36 reverse_points (ArtPoint *points, int n_points) in reverse_points() function
109 reverse_points (points, n_points); in art_svp_from_vpath()
151 reverse_points (points, n_points); in art_svp_from_vpath()
197 reverse_points (points, n_points); in art_svp_from_vpath()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_joinsplit.c337 reverse_points(new_line->points); in connect_line_points()
351 reverse_points(new_line->points); in connect_line_points()
356 reverse_points(p2); in connect_line_points()
366 reverse_points(p2); in connect_line_points()
391 reverse_points(new_spline->points); in connect_spline_points()
415 reverse_points(new_spline->points); in connect_spline_points()
425 reverse_points(p2); in connect_spline_points()
443 reverse_points(p2); in connect_spline_points()
H A Du_create.h44 extern void reverse_points(F_point *orig_pt);
H A Du_create.c253 reverse_points(F_point *orig_pt) in reverse_points() function
/dports/graphics/geos/geos-3.9.1/src/operation/intersection/
H A DRectangleIntersectionBuilder.cpp279 reverse_points(std::vector<Coordinate>& v, size_t start, size_t end) in reverse_points() function
326 reverse_points(ring, 0, best_pos - 1); in normalize_ring()
327 reverse_points(ring, best_pos, n - 2); in normalize_ring()
328 reverse_points(ring, 0, n - 2); in normalize_ring()
/dports/databases/postgis31/postgis-3.1.4/loader/
H A Dpgsql2shp-core.c46 static int reverse_points(int num_points, double *x, double *y, double *z, double *m);
213 reverse_points(lwpolygon->rings[i]->npoints, in create_polygon()
225 reverse_points(lwpolygon->rings[i]->npoints, in create_polygon()
313 reverse_points(lwmultipolygon->geoms[i]->rings[j]->npoints, in create_multipolygon()
325 reverse_points(lwmultipolygon->geoms[i]->rings[j]->npoints, in create_multipolygon()
448 reverse_points(int num_points, double *x, double *y, double *z, double *m) in reverse_points() function
/dports/databases/postgis32/postgis-3.2.0/loader/
H A Dpgsql2shp-core.c46 static int reverse_points(int num_points, double *x, double *y, double *z, double *m);
213 reverse_points(lwpolygon->rings[i]->npoints, in create_polygon()
225 reverse_points(lwpolygon->rings[i]->npoints, in create_polygon()
313 reverse_points(lwmultipolygon->geoms[i]->rings[j]->npoints, in create_multipolygon()
325 reverse_points(lwmultipolygon->geoms[i]->rings[j]->npoints, in create_multipolygon()
448 reverse_points(int num_points, double *x, double *y, double *z, double *m) in reverse_points() function
/dports/databases/postgis30/postgis-3.0.4/loader/
H A Dpgsql2shp-core.c46 static int reverse_points(int num_points, double *x, double *y, double *z, double *m);
213 reverse_points(lwpolygon->rings[i]->npoints, in create_polygon()
225 reverse_points(lwpolygon->rings[i]->npoints, in create_polygon()
313 reverse_points(lwmultipolygon->geoms[i]->rings[j]->npoints, in create_multipolygon()
325 reverse_points(lwmultipolygon->geoms[i]->rings[j]->npoints, in create_multipolygon()
448 reverse_points(int num_points, double *x, double *y, double *z, double *m) in reverse_points() function
/dports/databases/postgis25/postgis-2.5.5/loader/
H A Dpgsql2shp-core.c46 static int reverse_points(int num_points, double *x, double *y, double *z, double *m);
214 reverse_points(lwpolygon->rings[i]->npoints, in create_polygon()
226 reverse_points(lwpolygon->rings[i]->npoints, in create_polygon()
314 reverse_points(lwmultipolygon->geoms[i]->rings[j]->npoints, in create_multipolygon()
326 reverse_points(lwmultipolygon->geoms[i]->rings[j]->npoints, in create_multipolygon()
449 reverse_points(int num_points, double *x, double *y, double *z, double *m) in reverse_points() function
/dports/databases/grass7/grass-7.8.6/vector/v.out.ogr/
H A Dexport_areas.c18 void reverse_points(struct line_pnts *Points) in reverse_points() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/gfx/image/
H A Dart.cpp111 static void reverse_points(ArtPoint *points, int n_points) { in reverse_points() function
184 reverse_points(points, n_points); in art_svp_from_vpath()
226 reverse_points(points, n_points); in art_svp_from_vpath()
273 reverse_points(points, n_points); in art_svp_from_vpath()
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/gfx/image/
H A Dart.cpp112 static void reverse_points(ArtPoint *points, int n_points) { in reverse_points() function
185 reverse_points(points, n_points); in art_svp_from_vpath()
227 reverse_points(points, n_points); in art_svp_from_vpath()
274 reverse_points(points, n_points); in art_svp_from_vpath()
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DPath.vala651 reverse_points ();
660 private void reverse_points () requires (points.size > 0) {