Home
last modified time | relevance | path

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

/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A Dpath_cleanup.cpp18 typedef PathSnapper<clipped_t> snapped_t; typedef in PathCleanupIterator
19 typedef PathSimplifier<snapped_t> simplify_t;
27 snapped_t m_snapped;
H A D_backend_agg.h464 typedef PathSnapper<clipped_t> snapped_t; in draw_path() typedef
465 typedef PathSimplifier<snapped_t> simplify_t; in draw_path()
488 snapped_t snapped(clipped, gc.snap_mode, path.total_vertices(), snapping_linewidth); in draw_path()
924 typedef PathSnapper<clipped_t> snapped_t; in _draw_path_collection_generic() typedef
925 typedef agg::conv_curve<snapped_t> snapped_curve_t; in _draw_path_collection_generic()
1013 snapped_t snapped( in _draw_path_collection_generic()
H A D_path.h1010 typedef PathSnapper<clipped_t> snapped_t; in cleanup_path() typedef
1011 typedef PathSimplifier<snapped_t> simplify_t; in cleanup_path()
1018 snapped_t snapped(clipped, snap_mode, path.total_vertices(), stroke_width); in cleanup_path()
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_backend_agg.cpp140 typedef PathSnapper<nan_removed_t> snapped_t; in render_clippath() typedef
141 typedef PathSimplifier<snapped_t> simplify_t; in render_clippath()
156 snapped_t snapped_clippath(nan_removed_clippath, snap_mode, clippath.total_vertices(), 0.0); in render_clippath()
H A D_backend_agg.h461 typedef PathSnapper<clipped_t> snapped_t; in draw_path() typedef
462 typedef PathSimplifier<snapped_t> simplify_t; in draw_path()
485 snapped_t snapped(clipped, gc.snap_mode, path.total_vertices(), snapping_linewidth); in draw_path()
921 typedef PathSnapper<clipped_t> snapped_t; in _draw_path_collection_generic() typedef
922 typedef agg::conv_curve<snapped_t> snapped_curve_t; in _draw_path_collection_generic()
1010 snapped_t snapped( in _draw_path_collection_generic()
H A D_path.h1065 typedef PathSnapper<clipped_t> snapped_t; in cleanup_path() typedef
1066 typedef PathSimplifier<snapped_t> simplify_t; in cleanup_path()
1073 snapped_t snapped(clipped, snap_mode, path.total_vertices(), stroke_width); in cleanup_path()