Home
last modified time | relevance | path

Searched refs:join_style (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/dports/graphics/py-pygeos/pygeos-0.10.2/pygeos/
H A Dconstructive.py87 join_style="round", argument
163 if isinstance(join_style, str):
164 join_style = BufferJoinStyles.get_value(join_style)
169 if not np.isscalar(join_style):
180 np.intc(join_style),
189 geometry, distance, quadsegs=8, join_style="round", mitre_limit=5.0, **kwargs argument
229 if isinstance(join_style, str):
230 join_style = BufferJoinStyles.get_value(join_style)
233 if not np.isscalar(join_style):
241 np.intc(join_style),
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/openvg/trivial/
H A Dstroke.c14 VGint join_style = VG_JOIN_MITER; variable
45 vgSeti(VG_STROKE_JOIN_STYLE, join_style); in init()
89 ++join_style; in key_press()
90 if (join_style > VG_JOIN_BEVEL) in key_press()
91 join_style = VG_JOIN_MITER; in key_press()
92 switch(join_style) { in key_press()
103 vgSeti(VG_STROKE_JOIN_STYLE, join_style); in key_press()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/openvg/trivial/
H A Dstroke.c14 VGint join_style = VG_JOIN_MITER; variable
45 vgSeti(VG_STROKE_JOIN_STYLE, join_style); in init()
89 ++join_style; in key_press()
90 if (join_style > VG_JOIN_BEVEL) in key_press()
91 join_style = VG_JOIN_MITER; in key_press()
92 switch(join_style) { in key_press()
103 vgSeti(VG_STROKE_JOIN_STYLE, join_style); in key_press()
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgdkgc.override32 "cap_style", "join_style", NULL };
53 &line_style, &cap_style, &join_style))
141 if (join_style != -1) {
143 values.join_style = join_style;
274 if (join_style != -1) {
276 values.join_style = join_style;
310 "cap_style", "join_style", NULL };
329 &line_style, &cap_style, &join_style))
417 if (join_style != -1) {
419 values.join_style = join_style;
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/addons/primitives/
H A Dpolyline.c379 static void emit_join(ALLEGRO_PRIM_VERTEX_CACHE* cache, int join_style, const float* pivot, in emit_join() argument
384 if (join_style == ALLEGRO_LINE_JOIN_NONE) in emit_join()
387 if (join_style == ALLEGRO_LINE_JOIN_BEVEL) in emit_join()
389 else if (join_style == ALLEGRO_LINE_JOIN_ROUND) in emit_join()
391 else if (join_style == ALLEGRO_LINE_JOIN_MITER) in emit_join()
399 …cache, const float* vertices, int vertex_stride, int vertex_count, int join_style, int cap_style, … in emit_polyline() argument
475 … emit_join(cache, join_style, v1, l0, r0, radius, middle, angle, miter_distance, miter_limit); in emit_polyline()
477 … emit_join(cache, join_style, v1, r1, l1, radius, middle, angle, miter_distance, miter_limit); in emit_polyline()
501 …emit_polyline(cache, vertices, vertex_stride, vertex_count, join_style, cap_style, thickness, mite… in do_draw_polyline()
535 int vertex_count, int join_style, int cap_style, in al_draw_polyline() argument
[all …]
H A Dpolygon.c45 int join_style, ALLEGRO_COLOR color, float thickness, float miter_limit) in al_draw_polygon() argument
47 al_draw_polyline(vertices, 2 * sizeof(float), vertex_count, join_style, in al_draw_polygon()
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dx_attribs.c244 gcv.join_style = JoinMiter; in _pl_x_set_attributes()
247 gcv.join_style = JoinRound; in _pl_x_set_attributes()
250 gcv.join_style = JoinBevel; in _pl_x_set_attributes()
253 gcv.join_style = JoinRound; in _pl_x_set_attributes()
256 if (_plotter->drawstate->x_gc_join_style != gcv.join_style) in _pl_x_set_attributes()
262 _plotter->drawstate->x_gc_join_style = gcv.join_style; in _pl_x_set_attributes()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/xlib/
H A Dxgc.c79 gp->join_style = (mask & GCJoinStyle) ?values->join_style :0;
138 if (mask & GCJoinStyle) { gc->join_style = values->join_style; }
309 join_style) in XSetLineAttributes() argument
315 int join_style;
320 gc->join_style = join_style;
/dports/graphics/dia/dia-0.97.3/lib/
H A Ddialinechooser.c135 gcvalues.cap_style, gcvalues.join_style); in dia_line_preview_expose()
139 gcvalues.cap_style, gcvalues.join_style); in dia_line_preview_expose()
146 gcvalues.cap_style, gcvalues.join_style); in dia_line_preview_expose()
155 gcvalues.cap_style, gcvalues.join_style); in dia_line_preview_expose()
166 gcvalues.cap_style, gcvalues.join_style); in dia_line_preview_expose()
174 gcvalues.cap_style, gcvalues.join_style); in dia_line_preview_expose()
H A Ddiagdkrenderer.c173 renderer->join_style = GDK_JOIN_ROUND; in renderer_init()
311 renderer->join_style); in set_linewidth()
339 renderer->join_style); in set_linecaps()
348 renderer->join_style = GDK_JOIN_ROUND; in set_linejoin()
352 renderer->join_style = GDK_JOIN_MITER; in set_linejoin()
355 renderer->join_style = GDK_JOIN_ROUND; in set_linejoin()
358 renderer->join_style = GDK_JOIN_BEVEL; in set_linejoin()
362 renderer->join_style = GDK_JOIN_ROUND; in set_linejoin()
371 renderer->join_style); in set_linejoin()
459 renderer->join_style); in set_linestyle()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkgc-x11.c322 switch (xvalues.join_style) in gdk_x11_gc_get_values()
325 values->join_style = GDK_JOIN_MITER; in gdk_x11_gc_get_values()
328 values->join_style = GDK_JOIN_ROUND; in gdk_x11_gc_get_values()
331 values->join_style = GDK_JOIN_BEVEL; in gdk_x11_gc_get_values()
592 switch (values->join_style) in gdk_x11_gc_values_to_xvalues()
595 xvalues->join_style = JoinMiter; in gdk_x11_gc_values_to_xvalues()
598 xvalues->join_style = JoinRound; in gdk_x11_gc_values_to_xvalues()
601 xvalues->join_style = JoinBevel; in gdk_x11_gc_values_to_xvalues()
/dports/devel/efl/efl-1.25.1/src/static_libs/triangulator/
H A Dtriangulator_stroker.h24 Efl_Gfx_Join join_style; member
42 … Efl_Gfx_Cap cap_style, Efl_Gfx_Join join_style, Eina_Matrix3 *m);
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_polygon.c55 ALLEGRO_LINE_JOIN join_style; member
72 ex.join_style = ALLEGRO_LINE_JOIN_NONE; in reset()
240 ex.join_style, ex.cap_style, ex.fg, ex.thickness, ex.miter_limit); in draw_all()
253 ex.join_style, ex.fg, ex.thickness, ex.miter_limit); in draw_all()
292 "Line join style: %s (J)", join_style_to_string(ex.join_style)); in draw_all()
423 if (++ex.join_style > ALLEGRO_LINE_JOIN_MITER) in main()
424 ex.join_style = ALLEGRO_LINE_JOIN_NONE; in main()
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_08_addons/
H A Dtest_806_acadctb.py24 join_style=2,
39 assert style.join_style == 2
300 assert style.join_style == JOIN_STYLE_ROUND
318 assert style.join_style == JOIN_STYLE_OBJECT
358 assert style.join_style == JOIN_STYLE_OBJECT
378 assert style.join_style == JOIN_STYLE_ROUND
398 assert style.join_style == JOIN_STYLE_MITER
/dports/x11/libX11/libX11-1.7.2/src/
H A DSetLStyle.c56 if (joinstyle != gv->join_style) { in XSetLineAttributes()
57 gv->join_style = joinstyle; in XSetLineAttributes()
H A DCrGC.c132 if (dirty & GCJoinStyle) *value++ = gv->join_style; in _XGenerateGCList()
214 if (gv->join_style != attr->join_style) { in _XUpdateGCCache()
215 gv->join_style = attr->join_style; in _XUpdateGCCache()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/quartz/
H A Dgdkgc-quartz.c60 values->join_style = private->join_style; in gdk_quartz_gc_get_values()
173 private->join_style = values->join_style; in gdk_quartz_gc_set_values()
231 gc_quartz->join_style = GDK_JOIN_MITER; in gdk_gc_quartz_init()
336 dst_quartz_gc->join_style = src_quartz_gc->join_style; in _gdk_windowing_gc_copy()
600 switch (private->join_style) in _gdk_quartz_gc_update_cg_context()
/dports/graphics/gle/gle-3.1.0/src/
H A Dtube_gc.h40 int join_style; member
79 #define extrusion_join_style (_gle_gc->join_style)
/dports/graphics/box/box-0.4.0/libs/g/
H A Dlinetracer.c748 lt->join_style = *ljs; in lt_join_style_set()
989 if (lt->join_style.ti < 0.0) { in lt_next_line()
990 if (lt->join_style.ti < -1.0) in lt_next_line()
994 - lt->join_style.ti*(thscongpos[inn] - thsposzero); in lt_next_line()
997 thsipos = thsposzero - lt->join_style.ti * thsl->sp2/thsl->mod; in lt_next_line()
1002 if (lt->join_style.ni < 0.0) { in lt_next_line()
1003 if (lt->join_style.ni < -1.0) in lt_next_line()
1033 if (lt->join_style.te < 0.0) { in lt_next_line()
1034 if (lt->join_style.te < -1.0) in lt_next_line()
1045 if (lt->join_style.ne < 0.0) { in lt_next_line()
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/xlib/
H A Dxgc.c144 InitField(join_style, GCJoinStyle, 0); in XCreateGC()
228 ModifyField(join_style, GCJoinStyle); in XChangeGC()
420 int join_style) in XSetLineAttributes() argument
425 gc->join_style = join_style; in XSetLineAttributes()
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplotdata.h175 cairo_line_join_t join_style,
181 cairo_line_join_t *join_style,
187 cairo_line_join_t join_style,
193 cairo_line_join_t join_style,
199 cairo_line_join_t join_style,
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplotdata.h175 GdkJoinStyle join_style,
181 GdkJoinStyle *join_style,
187 GdkJoinStyle join_style,
193 GdkJoinStyle join_style,
199 GdkJoinStyle join_style,
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotdata.h173 GdkJoinStyle join_style,
179 GdkJoinStyle *join_style,
185 GdkJoinStyle join_style,
191 GdkJoinStyle join_style,
197 GdkJoinStyle join_style,
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtilsCairo.c128 switch(values.join_style) in gabedit_cairo_triangle()
201 switch(values.join_style) in gabedit_cairo_line()
263 switch(values.join_style) in gabedit_cairo_arc()
313 switch(values.join_style) in gabedit_cairo_cercle()
363 switch(values.join_style) in gabedit_cairo_line_gradient()
424 switch(values.join_style) in gabedit_cairo_cercle_gradient()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dsvg_computed_style.h142 void SetJoinStyle(LineJoin val) { svg_inherited_flags.join_style = val; } in SetJoinStyle()
309 return (LineJoin)svg_inherited_flags.join_style; in JoinStyle()
402 (join_style == other.join_style) &&
420 unsigned join_style : 2; // LineJoin member
481 svg_inherited_flags.join_style = InitialJoinStyle(); in SetBitDefaults()

12345678910>>...21