Home
last modified time | relevance | path

Searched refs:cap_style (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/openvg/trivial/
H A Ddash.c13 VGint cap_style = VG_CAP_BUTT; variable
41 vgSeti(VG_STROKE_CAP_STYLE, cap_style); in init()
68 ++cap_style; in key_press()
69 if (cap_style > VG_CAP_SQUARE) in key_press()
70 cap_style = VG_CAP_BUTT; in key_press()
71 switch(cap_style) { in key_press()
82 vgSeti(VG_STROKE_CAP_STYLE, cap_style); in key_press()
H A Dstroke.c13 VGint cap_style = VG_CAP_BUTT; variable
44 vgSeti(VG_STROKE_CAP_STYLE, cap_style); in init()
71 ++cap_style; in key_press()
72 if (cap_style > VG_CAP_SQUARE) in key_press()
73 cap_style = VG_CAP_BUTT; in key_press()
74 switch(cap_style) { in key_press()
85 vgSeti(VG_STROKE_CAP_STYLE, cap_style); in key_press()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/openvg/trivial/
H A Ddash.c13 VGint cap_style = VG_CAP_BUTT; variable
41 vgSeti(VG_STROKE_CAP_STYLE, cap_style); in init()
68 ++cap_style; in key_press()
69 if (cap_style > VG_CAP_SQUARE) in key_press()
70 cap_style = VG_CAP_BUTT; in key_press()
71 switch(cap_style) { in key_press()
82 vgSeti(VG_STROKE_CAP_STYLE, cap_style); in key_press()
H A Dstroke.c13 VGint cap_style = VG_CAP_BUTT; variable
44 vgSeti(VG_STROKE_CAP_STYLE, cap_style); in init()
71 ++cap_style; in key_press()
72 if (cap_style > VG_CAP_SQUARE) in key_press()
73 cap_style = VG_CAP_BUTT; in key_press()
74 switch(cap_style) { in key_press()
85 vgSeti(VG_STROKE_CAP_STYLE, cap_style); in key_press()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/primitives/
H A Dpolyline.c291 ASSERT(cap_style != ALLEGRO_LINE_CAP_CLOSED); in emit_end_cap()
294 if (cap_style == ALLEGRO_LINE_CAP_NONE) in emit_end_cap()
301 if (cap_style == ALLEGRO_LINE_CAP_SQUARE) in emit_end_cap()
303 else if (cap_style == ALLEGRO_LINE_CAP_TRIANGLE) in emit_end_cap()
305 else if (cap_style == ALLEGRO_LINE_CAP_ROUND) in emit_end_cap()
421 if (vertex_count == 2 && cap_style == ALLEGRO_LINE_CAP_CLOSED) in emit_polyline()
422 cap_style = ALLEGRO_LINE_CAP_NONE; in emit_polyline()
425 if (cap_style != ALLEGRO_LINE_CAP_CLOSED) in emit_polyline()
433 emit_end_cap(cache, cap_style, VERTEX(1), VERTEX(0), radius); in emit_polyline()
434 emit_end_cap(cache, cap_style, VERTEX(-2), VERTEX(-1), radius); in emit_polyline()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uitest/writer_tests7/
H A Dapply_line_cap.py30 cap_style = get_state_as_dict(xCapStyle)['SelectEntryText']
42 self.assertEqual(cap_style, 'Flat')
57 cap_style = get_state_as_dict(xCapStyle)['SelectEntryText']
70 self.assertEqual(cap_style, 'Round')
85 cap_style = get_state_as_dict(xCapStyle)['SelectEntryText']
96 self.assertEqual(cap_style, 'Flat')
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/
H A Dobject.h110 int cap_style; member
122 COMMON_PROPERTIES(a) || a->cap_style < 0 || a->cap_style > 2 || \
142 int cap_style; member
156 l->cap_style < 0 || l->cap_style > 2 || \
287 int cap_style; member
298 COMMON_PROPERTIES(s) || s->cap_style < 0 || s->cap_style > 2
/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))
137 if (cap_style != -1) {
139 values.cap_style = cap_style;
270 if (cap_style != -1) {
272 values.cap_style = cap_style;
310 "cap_style", "join_style", NULL };
329 &line_style, &cap_style, &join_style))
413 if (cap_style != -1) {
415 values.cap_style = cap_style;
[all …]
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dx_attribs.c217 gcv.cap_style = CapButt; in _pl_x_set_attributes()
220 gcv.cap_style = CapRound; in _pl_x_set_attributes()
223 gcv.cap_style = CapProjecting; in _pl_x_set_attributes()
226 gcv.cap_style = CapRound; in _pl_x_set_attributes()
229 if (_plotter->drawstate->x_gc_cap_style != gcv.cap_style) in _pl_x_set_attributes()
235 _plotter->drawstate->x_gc_cap_style = gcv.cap_style; in _pl_x_set_attributes()
/dports/graphics/py-pygeos/pygeos-0.10.2/pygeos/
H A Dconstructive.py86 cap_style="round", argument
161 if isinstance(cap_style, str):
162 cap_style = BufferCapStyles.get_value(cap_style)
167 if not np.isscalar(cap_style):
179 np.intc(cap_style),
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dscreens.c138 gcv.cap_style = CapButt; in create_menu_gcs()
162 gcv.cap_style = CapButt; in create_menu_gcs()
232 gcv.cap_style = CapButt; in create_feedback_gcs()
256 gcv.cap_style = CapButt; in create_feedback_gcs()
366 gcv.cap_style = CapButt; in create_icon_gcs()
390 gcv.cap_style = CapButt; in create_icon_gcs()
434 gcv.cap_style = CapButt; in create_icon_gcs()
458 gcv.cap_style = CapButt; in create_icon_gcs()
527 gcv.cap_style = CapButt; in create_title_gcs()
551 gcv.cap_style = CapButt; in create_title_gcs()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkgc-x11.c306 switch (xvalues.cap_style) in gdk_x11_gc_get_values()
309 values->cap_style = GDK_CAP_NOT_LAST; in gdk_x11_gc_get_values()
312 values->cap_style = GDK_CAP_BUTT; in gdk_x11_gc_get_values()
315 values->cap_style = GDK_CAP_ROUND; in gdk_x11_gc_get_values()
318 values->cap_style = GDK_CAP_PROJECTING; in gdk_x11_gc_get_values()
573 switch (values->cap_style) in gdk_x11_gc_values_to_xvalues()
576 xvalues->cap_style = CapNotLast; in gdk_x11_gc_values_to_xvalues()
579 xvalues->cap_style = CapButt; in gdk_x11_gc_values_to_xvalues()
582 xvalues->cap_style = CapRound; in gdk_x11_gc_values_to_xvalues()
585 xvalues->cap_style = CapProjecting; in gdk_x11_gc_values_to_xvalues()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DDraw.c160 if (tgcv.line_width != shadow_thick || tgcv.cap_style != CapButt) in XmeDrawCircle()
163 ngcv.cap_style = CapButt; in XmeDrawCircle()
167 if (bgcv.line_width != shadow_thick || bgcv.cap_style != CapButt) in XmeDrawCircle()
170 ngcv.cap_style = CapButt; in XmeDrawCircle()
185 if (tgcv.line_width != shadow_thick || tgcv.cap_style != CapButt) in XmeDrawCircle()
187 if (bgcv.line_width != shadow_thick || bgcv.cap_style != CapButt) in XmeDrawCircle()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/xlib/
H A Dxgc.c78 gp->cap_style = (mask & GCCapStyle) ?values->cap_style :0;
137 if (mask & GCCapStyle) { gc->cap_style = values->cap_style; }
308 XSetLineAttributes(display, gc, line_width, line_style, cap_style, in XSetLineAttributes() argument
314 int cap_style;
319 gc->cap_style = cap_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()
/dports/devel/efl/efl-1.25.1/src/static_libs/triangulator/
H A Dtriangulator_stroker.h25 Efl_Gfx_Cap cap_style; member
42 … Efl_Gfx_Cap cap_style, Efl_Gfx_Join join_style, Eina_Matrix3 *m);
H A Dtriangulator_stroker.c25 … Efl_Gfx_Cap cap_style, Efl_Gfx_Join join_style, Eina_Matrix3 *m) in triangulator_stroker_stroke_set() argument
35 stroker->cap_style = cap_style; in triangulator_stroker_stroke_set()
134 switch (stroker->cap_style) in move_to()
339 switch (stroker->cap_style) in end_cap()
478 cap = stroker->cap_style; in triangulator_stroker_process()
500 stroker->cap_style = EFL_GFX_CAP_BUTT; in triangulator_stroker_process()
503 stroker->cap_style = cap; in triangulator_stroker_process()
/dports/x11/libX11/libX11-1.7.2/src/
H A DSetLStyle.c52 if (capstyle != gv->cap_style) { in XSetLineAttributes()
53 gv->cap_style = capstyle; in XSetLineAttributes()
H A DCrGC.c131 if (dirty & GCCapStyle) *value++ = gv->cap_style; in _XGenerateGCList()
208 if (gv->cap_style != attr->cap_style) { in _XUpdateGCCache()
209 gv->cap_style = attr->cap_style; in _XUpdateGCCache()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_drawprim.h36 Color pen_color, Color fill_color, int cap_style);
38 Color color, int cap_style);
44 int join_style, int cap_style, int fill_style,
52 extern void set_line_stuff (int width, int style, float style_val, int join_style, int cap_style, i…
/dports/graphics/fig2sxd/fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3/
H A Dxfigobjects.h46 int cap_style; // (enumeration type) variable
112 int cap_style; // (enumeration type, only used for POLYLINE) variable
153 int cap_style; // (enumeration type, only used for POLYLINE) variable
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/quartz/
H A Dgdkgc-quartz.c59 values->cap_style = private->cap_style; in gdk_quartz_gc_get_values()
170 private->cap_style = values->cap_style; in gdk_quartz_gc_set_values()
230 gc_quartz->cap_style = GDK_CAP_BUTT; in gdk_gc_quartz_init()
335 dst_quartz_gc->cap_style = src_quartz_gc->cap_style; in _gdk_windowing_gc_copy()
583 switch (private->cap_style) in _gdk_quartz_gc_update_cg_context()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_polygon.c54 ALLEGRO_LINE_CAP cap_style; member
71 ex.cap_style = ALLEGRO_LINE_CAP_NONE; in reset()
240 ex.join_style, ex.cap_style, ex.fg, ex.thickness, ex.miter_limit); in draw_all()
296 "Line cap style: %s (C)", cap_style_to_string(ex.cap_style)); in draw_all()
427 if (++ex.cap_style > ALLEGRO_LINE_CAP_CLOSED) in main()
428 ex.cap_style = ALLEGRO_LINE_CAP_NONE; in main()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/core/
H A Dgvrender_core_fig.c345 int cap_style = 0; in fig_bezier() local
412 style_val, cap_style, forward_arrow, backward_arrow, count); in fig_bezier()
437 int cap_style = 0; in fig_polygon() local
449 cap_style, radius, forward_arrow, backward_arrow, npoints); in fig_polygon()
468 int cap_style = 0; in fig_polyline() local
480 cap_style, radius, forward_arrow, backward_arrow, npoints); in fig_polyline()
H A Dgvrender_core_mp.c338 int cap_style = 0; in mp_bezier() local
402 style_val, cap_style, forward_arrow, backward_arrow, count); in mp_bezier()
427 int cap_style = 0; in mp_polygon() local
439 cap_style, radius, forward_arrow, backward_arrow, npoints); in mp_polygon()
458 int cap_style = 0; in mp_polyline() local
470 cap_style, radius, forward_arrow, backward_arrow, npoints); in mp_polyline()

12345678910>>...24