Home
last modified time | relevance | path

Searched refs:stroke_color (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/graphics/py-wand/Wand-0.6.7/wand/
H A Dfont.py69 stroke_color=None, stroke_width=None): argument
77 if stroke_color:
78 if isinstance(stroke_color, string_type):
79 stroke_color = Color(stroke_color)
80 assertions.assert_color(stroke_color=stroke_color)
85 stroke_color, stroke_width))
111 def stroke_color(self): member in Font
/dports/graphics/py-leather/leather-0.3.4/leather/shapes/
H A Dline.py24 def __init__(self, stroke_color=None, width=None): argument
25 self._stroke_color = stroke_color
38 def _new_path(self, stroke_color): argument
43 stroke=stroke_color,
58 stroke_color = self._stroke_color
60 stroke_color = next(palette)
62 path = self._new_path(stroke_color)
72 path = self._new_path(stroke_color)
H A Dbase.py45 stroke_color = 'black'
47 stroke_color = self._stroke_color
49 stroke_color = next(palette)
51 stroke_color = None
73 elif stroke_color:
74 bubble.set('fill', stroke_color)
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/assets/initial_quest/data/scripts/
H A Dtext_fx_helper.lua35 function text_fx_helper:draw_text_stroke(dst_surface, text, stroke_color)
37 local text_stroke = copy_text_surface(text, stroke_color)
45 function text_fx_helper:draw_text_with_stroke(dst_surface, text, stroke_color)
47 self:draw_text_stroke(dst_surface, text, stroke_color)
73 function text_fx_helper:draw_stroke_and_shadow(dst_surface, text, stroke_color, shadow_color)
81 local text_stroke = copy_text_surface(text, stroke_color)
87 function text_fx_helper:draw_text_with_stroke_and_shadow(dst_surface, text, stroke_color, shadow_co…
88 self:draw_stroke_and_shadow(dst_surface, text, stroke_color, shadow_color)
/dports/graphics/pinta/pinta-1.7.1/Pinta.Tools/Tools/
H A DPaintBrushTool.cs63 private Color stroke_color; field in Pinta.Tools.PaintBrushTool
155 stroke_color = PintaCore.Palette.PrimaryColor; in OnMouseMove()
157 stroke_color = PintaCore.Palette.SecondaryColor; in OnMouseMove()
164 stroke_color = new Color (stroke_color.R, stroke_color.G, stroke_color.B, in OnMouseMove()
165 stroke_color.A * active_brush.StrokeAlphaMultiplier); in OnMouseMove()
189 g.SetSourceColor (stroke_color); in OnMouseMove()
191 invalidate_rect = active_brush.DoMouseMove (g, stroke_color, surf, in OnMouseMove()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/graphing/
H A Ddzl-graph-line-renderer.c31 GdkRGBA stroke_color; member
175 gdk_cairo_set_source_rgba (cr, &self->stroke_color); in dzl_graph_view_line_renderer_render()
200 g_value_take_string (value, gdk_rgba_to_string (&self->stroke_color)); in dzl_graph_view_line_renderer_get_property()
204 g_value_set_boxed (value, &self->stroke_color); in dzl_graph_view_line_renderer_get_property()
307 if (!gdk_rgba_equal (rgba, &self->stroke_color)) in dzl_graph_view_line_renderer_set_stroke_color_rgba()
309 self->stroke_color = *rgba; in dzl_graph_view_line_renderer_set_stroke_color_rgba()
316 const gchar *stroke_color) in dzl_graph_view_line_renderer_set_stroke_color() argument
322 if (stroke_color == NULL) in dzl_graph_view_line_renderer_set_stroke_color()
323 stroke_color = "#000000"; in dzl_graph_view_line_renderer_set_stroke_color()
325 if (gdk_rgba_parse (&rgba, stroke_color)) in dzl_graph_view_line_renderer_set_stroke_color()
/dports/x11-wm/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0/src/
H A Dannotate.cpp327 wf::color_t(stroke_color).r, in cairo_draw()
328 wf::color_t(stroke_color).g, in cairo_draw()
329 wf::color_t(stroke_color).b, in cairo_draw()
371 wf::color_t(stroke_color).r, in cairo_draw_line()
372 wf::color_t(stroke_color).g, in cairo_draw_line()
373 wf::color_t(stroke_color).b, in cairo_draw_line()
432 wf::color_t(stroke_color).r, in cairo_draw_rectangle()
433 wf::color_t(stroke_color).g, in cairo_draw_rectangle()
434 wf::color_t(stroke_color).b, in cairo_draw_rectangle()
486 wf::color_t(stroke_color).r, in cairo_draw_circle()
[all …]
/dports/graphics/py-wand/Wand-0.6.7/tests/
H A Ddrawing_test.py141 ctx.stroke_color = black
143 ctx.stroke_color = 'skyblue'
414 draw.stroke_color = red
431 draw.stroke_color = red
455 draw.stroke_color = red
473 draw.stroke_color = red
503 draw.stroke_color = red
523 draw.stroke_color = red
557 draw.stroke_color = red
585 draw.stroke_color = red
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dtext_paint_style.h22 Color stroke_color; member
30 stroke_color == other.stroke_color &&
/dports/graphics/agg/agg-2.5/examples/svg_viewer/
H A Dagg_svg_path_renderer.h66 rgba8 stroke_color; member
80 stroke_color(rgba(0,0,0)), in path_attributes()
96 stroke_color(attr.stroke_color), in path_attributes()
112 stroke_color(attr.stroke_color), in path_attributes()
292 color = attr.stroke_color;
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_svg_path_renderer.h66 rgba8 stroke_color; member
80 stroke_color(rgba(0,0,0)), in path_attributes()
96 stroke_color(attr.stroke_color), in path_attributes()
112 stroke_color(attr.stroke_color), in path_attributes()
292 color = attr.stroke_color;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dtext_paint_style.h24 Color stroke_color; member
34 stroke_color == other.stroke_color &&
H A Dtext_painter_test.cc68 EXPECT_EQ(Color(0, 0, 255), text_style.stroke_color); in TEST_F()
92 EXPECT_EQ(Color(0, 255, 0), text_style.stroke_color); in TEST_F()
122 EXPECT_EQ(Color::kBlack, text_style.stroke_color); in TEST_F()
150 EXPECT_EQ(Color(0, 255, 0), text_style.stroke_color); in TEST_F()
175 EXPECT_EQ(Color(220, 255, 220).Dark(), text_style.stroke_color); in TEST_F()
/dports/devel/py-shapely/Shapely-1.8.0/shapely/geometry/
H A Dmultilinestring.py63 def svg(self, scale_factor=1., stroke_color=None, opacity=None): argument
78 if stroke_color is None:
79 stroke_color = "#66cc99" if self.is_valid else "#ff3333"
81 ''.join(p.svg(scale_factor, stroke_color, opacity) for p in self.geoms) + \
/dports/devel/boost-docs/boost_1_72_0/libs/math/doc/graphs/
H A Dbessel_i0_errors.cpp74 …my_plot.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).siz… in test_type()
75 …my_plot.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange).… in test_type()
76 …my_plot.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2); in test_type()
117 …my_plot2.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).si… in test_type()
118 …my_plot2.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange)… in test_type()
119 …my_plot2.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2… in test_type()
H A Dbessel_i1_errors.cpp74 …my_plot.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).siz… in test_type()
77 …my_plot.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange).… in test_type()
79 …my_plot.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2); in test_type()
123 …my_plot2.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).si… in test_type()
126 …my_plot2.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange)… in test_type()
128 …my_plot2.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2… in test_type()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/doc/graphs/
H A Dbessel_i0_errors.cpp74 …my_plot.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).siz… in test_type()
75 …my_plot.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange).… in test_type()
76 …my_plot.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2); in test_type()
117 …my_plot2.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).si… in test_type()
118 …my_plot2.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange)… in test_type()
119 …my_plot2.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2… in test_type()
H A Dbessel_i1_errors.cpp74 …my_plot.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).siz… in test_type()
77 …my_plot.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange).… in test_type()
79 …my_plot.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2); in test_type()
123 …my_plot2.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).si… in test_type()
126 …my_plot2.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange)… in test_type()
128 …my_plot2.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2… in test_type()
/dports/devel/boost-libs/boost_1_72_0/libs/math/doc/graphs/
H A Dbessel_i0_errors.cpp74 …my_plot.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).siz… in test_type()
75 …my_plot.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange).… in test_type()
76 …my_plot.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2); in test_type()
117 …my_plot2.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).si… in test_type()
118 …my_plot2.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange)… in test_type()
119 …my_plot2.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2… in test_type()
H A Dbessel_i1_errors.cpp74 …my_plot.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).siz… in test_type()
77 …my_plot.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange).… in test_type()
79 …my_plot.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2); in test_type()
123 …my_plot2.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).si… in test_type()
126 …my_plot2.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange)… in test_type()
128 …my_plot2.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2… in test_type()
/dports/devel/hyperscan/boost_1_75_0/libs/math/doc/graphs/
H A Dbessel_i0_errors.cpp74 …my_plot.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).siz… in test_type()
75 …my_plot.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange).… in test_type()
76 …my_plot.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2); in test_type()
117 …my_plot2.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).si… in test_type()
118 …my_plot2.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange)… in test_type()
119 …my_plot2.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2… in test_type()
H A Dbessel_i1_errors.cpp74 …my_plot.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).siz… in test_type()
77 …my_plot.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange).… in test_type()
79 …my_plot.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2); in test_type()
123 …my_plot2.plot(small, "< 1eps").stroke_color(boost::svg::green).fill_color(boost::svg::green).si… in test_type()
126 …my_plot2.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange)… in test_type()
128 …my_plot2.plot(large, "> 2eps").stroke_color(boost::svg::red).fill_color(boost::svg::red).size(2… in test_type()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/openvg/
H A Dsp.c92 VGuint stroke_color, VGfloat stroke_width, in add_object_m() argument
107 vgSetColor(object.stroke, stroke_color); in add_object_m()
256 VGuint stroke_color = 0x000000ff; in init_character() local
274 fill_color, stroke_color, swidth, matrix1); in init_character()
276 fill_color, stroke_color, swidth, matrix2); in init_character()
278 fill_color, stroke_color, swidth, matrix3); in init_character()
312 VGuint stroke_color = 0x000000ff; in init_character() local
320 fill_color, stroke_color, swidth, matrix1); in init_character()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/openvg/
H A Dsp.c92 VGuint stroke_color, VGfloat stroke_width, in add_object_m() argument
107 vgSetColor(object.stroke, stroke_color); in add_object_m()
256 VGuint stroke_color = 0x000000ff; in init_character() local
274 fill_color, stroke_color, swidth, matrix1); in init_character()
276 fill_color, stroke_color, swidth, matrix2); in init_character()
278 fill_color, stroke_color, swidth, matrix3); in init_character()
312 VGuint stroke_color = 0x000000ff; in init_character() local
320 fill_color, stroke_color, swidth, matrix1); in init_character()
/dports/multimedia/py-moviepy/moviepy-1.0.3/moviepy/video/tools/
H A Dcredits.py12 def credits1(creditfile, width, stretch=30, color='white', stroke_color='black', argument
100 left, right = [TextClip(txt, color=color, stroke_color=stroke_color,

12345678910>>...13