Home
last modified time | relevance | path

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

/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/tools/tests/
H A Dtest_clip.py208 clip_pts = clip(point_gdf, single_rectangle_gdf)
211 assert_geodataframe_equal(clip_pts, exp)
217 clip_pts = clip(point_gdf_geom_col_rename, single_rectangle_gdf)
225 assert_geodataframe_equal(clip_pts, exp)
/dports/x11-clocks/dclock/dclock/
H A DDclock.c335 XPoint clip_pts[5]; variable
661 clip_pts[0].x = clip_pts[4].x = 0;
662 clip_pts[1].x = (int)(slope_add);
664 clip_pts[3].x = (int)digit_w;
665 clip_pts[1].y = clip_pts[2].y = 0;
666 clip_pts[0].y = clip_pts[4].y = clip_pts[3].y = digit_h;
670 clip_pts[i].x = (int)((float)clip_pts[i].x * w->dclock.small_ratio);
671 clip_pts[i].y = (int)((float)clip_pts[i].y * w->dclock.small_ratio);
675 clip_pts[1].x = (int)slope_add;
677 clip_pts[3].x = (int)(0.5 * digit_w);
[all …]