Home
last modified time | relevance | path

Searched refs:curve_index (Results 1 – 25 of 74) sorted by relevance

123

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dpath.cpp107 return _path_size - _to.curve_index + _from.curve_index + 1; in curveCount()
113 return _from.curve_index - _to.curve_index + 1; in curveCount()
115 return _to.curve_index - _from.curve_index + 1; in curveCount()
126 if (!_cross_start && _from.curve_index == _to.curve_index) { in inside()
144 result.curve_index = _from.curve_index; in inside()
154 result.curve_index = _from.curve_index; in inside()
158 result.curve_index = (_to.curve_index + 1) % _path_size; in inside()
178 result.curve_index = _from.curve_index; in inside()
188 result.curve_index = _to.curve_index; in inside()
192 result.curve_index = (_from.curve_index + 1) % _path_size; in inside()
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dpath.cpp107 return _path_size - _to.curve_index + _from.curve_index + 1; in curveCount()
113 return _from.curve_index - _to.curve_index + 1; in curveCount()
115 return _to.curve_index - _from.curve_index + 1; in curveCount()
126 if (!_cross_start && _from.curve_index == _to.curve_index) { in inside()
144 result.curve_index = _from.curve_index; in inside()
154 result.curve_index = _from.curve_index; in inside()
158 result.curve_index = (_to.curve_index + 1) % _path_size; in inside()
178 result.curve_index = _from.curve_index; in inside()
188 result.curve_index = _to.curve_index; in inside()
192 result.curve_index = (_from.curve_index + 1) % _path_size; in inside()
[all …]
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/plotctrl/
H A Dplotctrl.h294 bool CurveIndexOk(int curve_index) const in CurveIndexOk() argument
295 { return (curve_index>=0) && (curve_index < int(m_curves.GetCount())); } in CurveIndexOk()
298 wxPlotCurve *GetCurve( int curve_index ) const;
300 …wxPlotData *GetDataCurve( int curve_index ) const { return wxDynamicCast(GetCurve(curve_index), wx… in GetDataCurve() argument
302 …wxPlotFunction *GetFunctionCurve( int curve_index ) const { return wxDynamicCast(GetCurve(curve_in… in GetFunctionCurve() argument
304 bool IsDataCurve( int curve_index ) const { return GetDataCurve(curve_index) != NULL; } in IsDataCurve() argument
306 bool IsFunctionCurve( int curve_index ) const { return GetFunctionCurve(curve_index) != NULL; } in IsFunctionCurve() argument
372 bool HasSelection(int curve_index = -1) const;
387 int GetSelectedRangeCount(int curve_index) const;
998 void SetCurve(wxPlotCurve *curve, int curve_index) in SetCurve() argument
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Periodic_3_mesh_3/
H A DProtect_edges_sizing_field.h323 Curve_index curve_index,
381 treated_edges_.insert(curve_index); in set_treated()
1892 if(! is_treated(curve_index))
1953 set_treated(curve_index);
2720 CGAL_precondition(c3t3_.curve_index(v1,v2) == curve_index);
2730 curve_index == domain_.curve_index(v1->index()));
2732 curve_index == domain_.curve_index(v2->index()));
2807 if(domain_.is_loop(curve_index))
2883 CGAL_USE(curve_index);
2884 CGAL_precondition(c3t3_.curve_index(start, previous) == curve_index);
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Mesh_3/
H A DProtect_edges_sizing_field.h372 treated_edges_.insert(curve_index); in set_treated()
956 if ( ! is_treated(curve_index) ) in insert_balls_on_edges()
1015 set_treated(curve_index); in insert_balls_on_edges()
1069 domain_.curve_length(curve_index) in insert_balls()
1725 CGAL_precondition(c3t3_.curve_index(v1,v2) == curve_index); in is_sampling_dense_enough()
1737 curve_index == domain_.curve_index(v1->index())); in is_sampling_dense_enough()
1739 curve_index == domain_.curve_index(v2->index())); in is_sampling_dense_enough()
1804 if(domain_.is_loop(curve_index)) { in orientation_of_walk()
1870 CGAL_USE(curve_index); in next_vertex_along_curve()
1871 CGAL_precondition( c3t3_.curve_index(start, previous) == curve_index); in next_vertex_along_curve()
[all …]
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dplotctrl.cpp1467 if ((curve_index >= 0) && m_curves.Item(curve_index).Ok()) in SetActiveIndex()
1604 wxCHECK_MSG(CurveIndexOk(curve_index) && GetDataCurve(curve_index), in SetCursorDataIndex()
1734 if (curve_index == -1) in HasSelection()
1805 wxCHECK_MSG((curve_index >= -1) && (curve_index<int(m_curves.GetCount())), in DoSelectRectangle()
1821 if (curve_index == -1) in DoSelectRectangle()
1940 event.SetCurve(GetCurve(curve_index), curve_index); in DoSelectRectangle()
1959 event.SetCurve(GetCurve(curve_index), curve_index); in DoSelectRectangle()
1998 event.SetCurve(GetCurve(curve_index), curve_index); in DoSelectDataRange()
2021 wxCHECK_MSG((curve_index >= -1) && (curve_index<int(m_curves.GetCount())), in ClearSelectedRanges()
2056 event.SetCurve(GetCurve(curve_index), curve_index); in ClearSelectedRanges()
[all …]
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/ext/gl/effects/
H A Dgstgleffectrgbtocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_rgb_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_rgb_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
H A Dgstgleffectlumatocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_luma_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_luma_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/ext/gl/effects/
H A Dgstgleffectrgbtocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_rgb_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_rgb_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
H A Dgstgleffectlumatocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_luma_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_luma_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/ext/gl/effects/
H A Dgstgleffectrgbtocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_rgb_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_rgb_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
H A Dgstgleffectlumatocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_luma_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_luma_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/ext/gl/effects/
H A Dgstgleffectrgbtocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_rgb_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_rgb_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
H A Dgstgleffectlumatocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_luma_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_luma_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/ext/gl/effects/
H A Dgstgleffectrgbtocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_rgb_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_rgb_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
H A Dgstgleffectlumatocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_luma_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_luma_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/ext/gl/effects/
H A Dgstgleffectrgbtocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_rgb_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_rgb_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
H A Dgstgleffectlumatocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_luma_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_luma_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/ext/gl/effects/
H A Dgstgleffectrgbtocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_rgb_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_rgb_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
H A Dgstgleffectlumatocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_luma_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_luma_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/ext/gl/effects/
H A Dgstgleffectrgbtocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_rgb_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_rgb_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
H A Dgstgleffectlumatocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_luma_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_luma_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/ext/gl/effects/
H A Dgstgleffectrgbtocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_rgb_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_rgb_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
H A Dgstgleffectlumatocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_luma_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_luma_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/ext/gl/effects/
H A Dgstgleffectrgbtocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_rgb_to_curve() argument
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_rgb_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()

123