Home
last modified time | relevance | path

Searched refs:total_vertices (Results 26 – 50 of 92) sorted by relevance

1234

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/meshoptimizer/tools/
H A Dvcachetester.cpp387 unsigned int total_vertices = 0; in testCacheMeshes() local
448 total_vertices += vertex_count; in testCacheMeshes()
475 …ces\n", atvr_sum / atvr_count, double(total_invocations) / double(total_vertices), total_vertices); in testCacheMeshes()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/meshoptimizer/tools/
H A Dvcachetester.cpp387 unsigned int total_vertices = 0; in testCacheMeshes() local
448 total_vertices += vertex_count; in testCacheMeshes()
475 …ces\n", atvr_sum / atvr_count, double(total_invocations) / double(total_vertices), total_vertices); in testCacheMeshes()
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvlwo.h44 unsigned long total_vertices;
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A DprimShape.cpp71 if (mData && mIndex < mData->total_vertices()) { in vertex()
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvlwo.h51 unsigned long total_vertices; variable
/dports/editors/lazarus/lazarus/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas509 if m_storage.total_vertices <> 0 then
511 m_storage.vertex_(m_storage.total_vertices - 1 ,@x2 ,@y2 );
531 if m_storage.total_vertices <> 0 then
533 m_storage.vertex_(m_storage.total_vertices - 1 ,@x2 ,@y2 );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas509 if m_storage.total_vertices <> 0 then
511 m_storage.vertex_(m_storage.total_vertices - 1 ,@x2 ,@y2 );
531 if m_storage.total_vertices <> 0 then
533 m_storage.vertex_(m_storage.total_vertices - 1 ,@x2 ,@y2 );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas509 if m_storage.total_vertices <> 0 then
511 m_storage.vertex_(m_storage.total_vertices - 1 ,@x2 ,@y2 );
531 if m_storage.total_vertices <> 0 then
533 m_storage.vertex_(m_storage.total_vertices - 1 ,@x2 ,@y2 );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas509 if m_storage.total_vertices <> 0 then
511 m_storage.vertex_(m_storage.total_vertices - 1 ,@x2 ,@y2 );
531 if m_storage.total_vertices <> 0 then
533 m_storage.vertex_(m_storage.total_vertices - 1 ,@x2 ,@y2 );
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_backend_agg.cpp144 bool has_clippath = (clippath.total_vertices() != 0); in render_clippath()
156 snapped_t snapped_clippath(nan_removed_clippath, snap_mode, clippath.total_vertices(), 0.0); in render_clippath()
H A Dpath_converters.h482 static bool should_snap(VertexSource &path, e_snap_mode snap_mode, unsigned total_vertices) in should_snap() argument
491 if (total_vertices > 1024) { in should_snap()
533 unsigned total_vertices = 15,
537 m_snap = should_snap(source, snap_mode, total_vertices);
H A D_backend_agg_basic_types.h118 return hatchpath.total_vertices() != 0; in has_hatchpath()
H A D_backend_agg.h485 snapped_t snapped(clipped, gc.snap_mode, path.total_vertices(), snapping_linewidth); in draw_path()
520 marker_path.total_vertices(), in draw_markers()
533 snap_t path_snapped(path_nan_removed, SNAP_FALSE, path.total_vertices(), 0.0); in draw_markers()
1011 clipped, gc.snap_mode, path.total_vertices(), points_to_pixels(gc.linewidth)); in _draw_path_collection_generic()
1104 if (m_iterator >= total_vertices()) { in vertex()
1115 inline unsigned total_vertices() in total_vertices() function
H A Dpy_adaptors.h163 inline unsigned total_vertices() const in total_vertices() function
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A Dpath_converters.h463 static bool should_snap(VertexSource &path, e_snap_mode snap_mode, unsigned total_vertices) in should_snap() argument
472 if (total_vertices > 1024) { in should_snap()
514 unsigned total_vertices = 15,
518 m_snap = should_snap(source, snap_mode, total_vertices);
H A D_backend_agg_basic_types.h118 return hatchpath.total_vertices(); in has_hatchpath()
H A Dpath_cleanup.cpp47 m_snapped(m_clipped, snap_mode, m_path_iter.total_vertices(), stroke_width), in PathCleanupIterator()
H A D_backend_agg.h488 snapped_t snapped(clipped, gc.snap_mode, path.total_vertices(), snapping_linewidth); in draw_path()
523 marker_path.total_vertices(), in draw_markers()
536 snap_t path_snapped(path_nan_removed, SNAP_FALSE, path.total_vertices(), 0.0); in draw_markers()
1014 clipped, gc.snap_mode, path.total_vertices(), points_to_pixels(gc.linewidth)); in _draw_path_collection_generic()
1107 if (m_iterator >= total_vertices()) { in vertex()
1118 inline unsigned total_vertices() in total_vertices() function
H A Dpy_adaptors.h163 inline unsigned total_vertices() const in total_vertices() function
/dports/math/igraph/igraph-0.9.5/src/cliques/
H A Dglet.c600 int i, total_vertices, e, ptr, total_edges; in igraph_i_graphlets_project() local
632 for (i = 0, total_vertices = 0, total_edges = 0; i < no_cliques; i++) { in igraph_i_graphlets_project()
635 total_vertices += n; in igraph_i_graphlets_project()
651 IGRAPH_CHECK(igraph_vector_int_init(&vcl, total_vertices)); in igraph_i_graphlets_project()
/dports/math/R-cran-igraph/igraph/src/
H A Dglet.c598 int i, total_vertices, e, ptr, total_edges; in igraph_i_graphlets_project() local
630 for (i = 0, total_vertices = 0, total_edges = 0; i < no_cliques; i++) { in igraph_i_graphlets_project()
633 total_vertices += n; in igraph_i_graphlets_project()
649 IGRAPH_CHECK(igraph_vector_int_init(&vcl, total_vertices)); in igraph_i_graphlets_project()
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_path_storage.pas141 function total_vertices : unsigned; in total_vertices() function
226 if m_vertex_idx < m_path.total_vertices then
726 for i:=0 to ps.total_vertices - 1 do
737 function path_storage.total_vertices;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_path_storage.pas141 function total_vertices : unsigned; in total_vertices() function
226 if m_vertex_idx < m_path.total_vertices then
726 for i:=0 to ps.total_vertices - 1 do
737 function path_storage.total_vertices;
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_path_storage.pas141 function total_vertices : unsigned; in total_vertices() function
226 if m_vertex_idx < m_path.total_vertices then
726 for i:=0 to ps.total_vertices - 1 do
737 function path_storage.total_vertices;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_path_storage.pas141 function total_vertices : unsigned; in total_vertices() function
226 if m_vertex_idx < m_path.total_vertices then
726 for i:=0 to ps.total_vertices - 1 do
737 function path_storage.total_vertices;

1234