Home
last modified time | relevance | path

Searched refs:curve_count (Results 1 – 25 of 61) sorted by relevance

123

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/curve/
H A Dbinarycurvefilereader.cpp114 uint32 curve_count; in read_curves() local
118 checked_read(reader, curve_count); in read_curves()
129 builder.begin_curve_object(static_cast<CurveBasis>(curve_basis), curve_count); in read_curves()
131 for (uint32 i = 0; i < curve_count; ++i) in read_curves()
H A Dbinarycurvefilewriter.cpp105 const uint32 curve_count = static_cast<uint32>(walker.get_curve_count()); in write_curve_count() local
106 checked_write(m_writer, curve_count); in write_curve_count()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/object/
H A Dcurveobjectreader.cpp191 const size_t curve_count = m_params.get_optional<size_t>("curves", 100); in create_hair_ball() local
198 begin_curve_object(static_cast<CurveBasis>(basis), curve_count); in create_hair_ball()
202 for (size_t c = 0; c < curve_count; ++c) in create_hair_ball()
228 const size_t curve_count = m_params.get_optional<size_t>("curves", 100); in create_furry_ball() local
239 begin_curve_object(static_cast<CurveBasis>(basis), curve_count); in create_furry_ball()
243 for (size_t c = 0; c < curve_count; ++c) in create_furry_ball()
248 const GVector2 s = hammersley_sequence<GScalar, 2>(Bases, curve_count, c); in create_furry_ball()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxpath.c72 ppath->curve_count = 0; in gx_path_init_contents()
395 spp->curve_count = 0; in gx_path_new_subpath()
575 psub->curve_count++; in gx_path_add_curve_notes()
576 ppath->curve_count++; in gx_path_add_curve_notes()
635 ppath->curve_count += ppfrom->curve_count; in gx_path_add_path()
776 ppath->state_flags, ppath->subpath_count, ppath->curve_count, in gx_path_print()
807 out, px, py, psub->curve_count, (ulong) psub->last); in gx_print_segment()
H A Dgzpath.h136 int curve_count; /* # of curves */ member
326 int curve_count; member
360 ((ppath)->curve_count != 0)
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxpath.c72 ppath->curve_count = 0; in gx_path_init_contents()
395 spp->curve_count = 0; in gx_path_new_subpath()
575 psub->curve_count++; in gx_path_add_curve_notes()
576 ppath->curve_count++; in gx_path_add_curve_notes()
635 ppath->curve_count += ppfrom->curve_count; in gx_path_add_path()
776 ppath->state_flags, ppath->subpath_count, ppath->curve_count, in gx_path_print()
807 out, px, py, psub->curve_count, (ulong) psub->last); in gx_print_segment()
H A Dgzpath.h136 int curve_count; /* # of curves */ member
326 int curve_count; member
360 ((ppath)->curve_count != 0)
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxpath.c104 ppath->curve_count = 0; in gx_path_init_contents()
228 ppath->curve_count = 0; in gx_path_init_bbox_accumulator()
462 spp->curve_count = 0; in gx_path_new_subpath()
723 psub->curve_count++; in gz_path_add_curve_notes()
724 ppath->curve_count++; in gz_path_add_curve_notes()
799 ppath->curve_count += ppfrom->curve_count; in gx_path_add_path()
978 ppath->state_flags, ppath->subpath_count, ppath->curve_count, in gx_path_print()
1009 out, px, py, psub->curve_count, (ulong) psub->last); in gx_print_segment()
H A Dgzpath.h142 int curve_count; /* # of curves */ member
328 int curve_count; member
361 ((ppath)->curve_count != 0)
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxpath.c104 ppath->curve_count = 0; in gx_path_init_contents()
228 ppath->curve_count = 0; in gx_path_init_bbox_accumulator()
462 spp->curve_count = 0; in gx_path_new_subpath()
723 psub->curve_count++; in gz_path_add_curve_notes()
724 ppath->curve_count++; in gz_path_add_curve_notes()
799 ppath->curve_count += ppfrom->curve_count; in gx_path_add_path()
978 ppath->state_flags, ppath->subpath_count, ppath->curve_count, in gx_path_print()
1009 out, px, py, psub->curve_count, (ulong) psub->last); in gx_print_segment()
H A Dgzpath.h142 int curve_count; /* # of curves */ member
328 int curve_count; member
361 ((ppath)->curve_count != 0)
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxpath.c109 ppath->curve_count = 0; in gx_path_init_contents()
233 ppath->curve_count = 0; in gx_path_init_bbox_accumulator()
466 spp->curve_count = 0; in gx_path_new_subpath()
757 psub->curve_count++; in gz_path_add_curve_notes()
758 ppath->curve_count++; in gz_path_add_curve_notes()
828 ppath->curve_count += ppfrom->curve_count; in gx_path_add_path()
1006 ppath->state_flags, ppath->subpath_count, ppath->curve_count, in gx_path_print()
1038 px, py, out, psub->curve_count, (ulong) psub->last); in gx_print_segment()
H A Dgzpath.h142 int curve_count; /* # of curves */ member
327 int curve_count; member
360 ((ppath)->curve_count != 0)
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxpath.c109 ppath->curve_count = 0; in gx_path_init_contents()
233 ppath->curve_count = 0; in gx_path_init_bbox_accumulator()
466 spp->curve_count = 0; in gx_path_new_subpath()
757 psub->curve_count++; in gz_path_add_curve_notes()
758 ppath->curve_count++; in gz_path_add_curve_notes()
828 ppath->curve_count += ppfrom->curve_count; in gx_path_add_path()
1006 ppath->state_flags, ppath->subpath_count, ppath->curve_count, in gx_path_print()
1038 px, py, out, psub->curve_count, (ulong) psub->last); in gx_print_segment()
H A Dgzpath.h142 int curve_count; /* # of curves */ member
327 int curve_count; member
360 ((ppath)->curve_count != 0)
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxpath.c110 ppath->curve_count = 0; in gx_path_init_contents()
234 ppath->curve_count = 0; in gx_path_init_bbox_accumulator()
468 spp->curve_count = 0; in gx_path_new_subpath()
759 psub->curve_count++; in gz_path_add_curve_notes()
760 ppath->curve_count++; in gz_path_add_curve_notes()
835 ppath->curve_count += ppfrom->curve_count; in gx_path_add_path()
1012 ppath->state_flags, ppath->subpath_count, ppath->curve_count, in gx_path_print()
1043 px, py, out, psub->curve_count, (ulong) psub->last); in gx_print_segment()
H A Dgzpath.h145 int curve_count; /* # of curves */ member
331 int curve_count; member
364 ((ppath)->curve_count != 0)
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxpath.c110 ppath->curve_count = 0; in gx_path_init_contents()
234 ppath->curve_count = 0; in gx_path_init_bbox_accumulator()
468 spp->curve_count = 0; in gx_path_new_subpath()
759 psub->curve_count++; in gz_path_add_curve_notes()
760 ppath->curve_count++; in gz_path_add_curve_notes()
835 ppath->curve_count += ppfrom->curve_count; in gx_path_add_path()
1012 ppath->state_flags, ppath->subpath_count, ppath->curve_count, in gx_path_print()
1043 px, py, out, psub->curve_count, (ulong) psub->last); in gx_print_segment()
H A Dgzpath.h145 int curve_count; /* # of curves */ member
331 int curve_count; member
364 ((ppath)->curve_count != 0)
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_curve.cpp2966 if ( 1 == curve_count ) in ON_SortCurves()
2977 for ( i = 0; i < curve_count; i++ ) in ON_SortCurves()
3016 const int curve_count = curves.Count(); in ON_SortCurves() local
3017 index.Reserve(curve_count); in ON_SortCurves()
3018 index.SetCount(curve_count); in ON_SortCurves()
3019 bReverse.Reserve(curve_count); in ON_SortCurves()
3020 bReverse.SetCount(curve_count); in ON_SortCurves()
3027 index.Reserve(curve_count); in ON_SortCurves()
3028 index.SetCount(curve_count); in ON_SortCurves()
3029 bReverse.Reserve(curve_count); in ON_SortCurves()
[all …]
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_curve.cpp2970 if ( 1 == curve_count ) in ON_SortCurves()
2981 for ( i = 0; i < curve_count; i++ ) in ON_SortCurves()
3020 const int curve_count = curves.Count(); in ON_SortCurves() local
3021 index.Reserve(curve_count); in ON_SortCurves()
3022 index.SetCount(curve_count); in ON_SortCurves()
3023 bReverse.Reserve(curve_count); in ON_SortCurves()
3024 bReverse.SetCount(curve_count); in ON_SortCurves()
3031 index.Reserve(curve_count); in ON_SortCurves()
3032 index.SetCount(curve_count); in ON_SortCurves()
3033 bReverse.Reserve(curve_count); in ON_SortCurves()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Speedo/
H A Ddo_trns.c173 fix15 curve_count; local
183 curve_count = 0;
223 if (curve_count)
255 if (curve_count++)
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/gpkg/
H A Dwkb.c479 uint32_t curve_count; in read_compoundcurve() local
480 if (binstream_read_u32(stream, &curve_count) != SQLITE_OK) { in read_compoundcurve()
488 for (uint32_t i = 0; i < curve_count; i++) { in read_compoundcurve()
506 uint32_t curve_count; in read_curvepolygon() local
507 if (binstream_read_u32(stream, &curve_count) != SQLITE_OK) { in read_curvepolygon()
515 for (uint32_t i = 0; i < curve_count; i++) { in read_curvepolygon()
/dports/print/gutenprint/gutenprint-5.3.3/src/main/
H A Dchannel.c71 unsigned curve_count; member
144 cg->curve_count = 0; in stpi_channel_clear()
433 return (cg->curve_count > 0); in input_has_special_channels()
480 stp_dprintf(STP_DBG_INK, v, " curve_count %d\n", cg->curve_count); in stp_dump_channels()
518 int curve_count = 0; in stp_channel_initialize() local
538 curve_count++; in stp_channel_initialize()
541 cg->curve_count++; in stp_channel_initialize()
611 if (curve_count == 0) in stp_channel_initialize()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/main/
H A Dchannel.c71 unsigned curve_count; member
144 cg->curve_count = 0; in stpi_channel_clear()
433 return (cg->curve_count > 0); in input_has_special_channels()
480 stp_dprintf(STP_DBG_INK, v, " curve_count %d\n", cg->curve_count); in stp_dump_channels()
518 int curve_count = 0; in stp_channel_initialize() local
538 curve_count++; in stp_channel_initialize()
541 cg->curve_count++; in stp_channel_initialize()
611 if (curve_count == 0) in stp_channel_initialize()

123