Home
last modified time | relevance | path

Searched refs:do_stroke (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dgpencil_curve.c57 const bool do_stroke, in gpencil_check_same_material_color() argument
89 if (do_stroke && !stroke) { in gpencil_check_same_material_color()
109 if (do_stroke) { in gpencil_check_same_material_color()
220 Main *bmain, Object *ob_gp, Object *ob_cu, bool *do_stroke, bool *do_fill) in gpencil_get_stroke_material_fromcurve() argument
235 *do_stroke = true; in gpencil_get_stroke_material_fromcurve()
243 *do_stroke = true; in gpencil_get_stroke_material_fromcurve()
248 *do_stroke = false; in gpencil_get_stroke_material_fromcurve()
269 ob_gp, color_stroke, color_fill, *do_stroke, *do_fill, &mat_gp); in gpencil_get_stroke_material_fromcurve()
273 bmain, ob_gp, color_stroke, color_fill, *do_stroke, *do_fill, &r_idx); in gpencil_get_stroke_material_fromcurve()
332 bool do_stroke, do_fill; in gpencil_convert_spline() local
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/control/
H A Dcanvas-item-bpath.cpp193 bool do_stroke = (_stroke & 0xff) != 0; // Not invisible. in render() local
195 if (!do_fill && !do_stroke) { in render()
219 if (do_stroke) { in render()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdf/render/
H A Dgraphics.py267 self.do_stroke = True
284 ans.do_fill, ans.do_stroke = self.do_fill, self.do_stroke
408 self.pending_state.do_stroke = True
443 color, opacity, pattern, self.pending_state.do_stroke = self.convert_brush(
448 self.pending_state.do_stroke = False
/dports/graphics/cairo/cairo-1.17.4/perf/micro/
H A Dstroke.c29 do_stroke (cairo_t *cr, int width, int height, int loops) in do_stroke() function
98 cairo_perf_cover_sources_and_operators (perf, "stroke", do_stroke, NULL); in stroke()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpscanconvert.c48 gboolean do_stroke; member
295 sc->do_stroke = TRUE; in gimp_scan_convert_stroke()
599 if (sc->do_stroke) in gimp_scan_convert_render_full()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dtweak-tool.cpp871 guint32 stroke_goal, bool do_stroke, in sp_tweak_color_recursive() argument
885 stroke_goal, do_stroke, in sp_tweak_color_recursive()
981 if (do_stroke) { in sp_tweak_color_recursive()
1016 bool do_fill = false, do_stroke = false, do_opacity = false; in sp_tweak_dilate() local
1018 guint32 stroke_goal = sp_desktop_get_color_tool(desktop, "/tools/tweak", false, &do_stroke); in sp_tweak_dilate()
1064 if (do_fill || do_stroke || do_opacity) { in sp_tweak_dilate()
1067 stroke_goal, do_stroke, in sp_tweak_dilate()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgspaint.c357 do_stroke(gs_state * pgs) in do_stroke() function
495 code = do_stroke(pgs); in gs_stroke()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgspaint.c357 do_stroke(gs_state * pgs) in do_stroke() function
495 code = do_stroke(pgs); in gs_stroke()
/dports/graphics/goocanvas3/goocanvas-3.0.0/src/
H A Dgoocanvaspolyline.c924 gboolean do_stroke; in goo_canvas_polyline_is_item_at() local
947 do_stroke = goo_canvas_style_set_stroke_options (simple_data->style, cr); in goo_canvas_polyline_is_item_at()
948 if (!(pointer_events & GOO_CANVAS_EVENTS_PAINTED_MASK) || do_stroke) in goo_canvas_polyline_is_item_at()
H A Dgoocanvasitemsimple.c1853 gboolean do_fill, do_stroke; in goo_canvas_item_simple_check_in_path() local
1869 do_stroke = goo_canvas_style_set_stroke_options (style, cr); in goo_canvas_item_simple_check_in_path()
1870 if (!(pointer_events & GOO_CANVAS_EVENTS_PAINTED_MASK) || do_stroke) in goo_canvas_item_simple_check_in_path()
/dports/graphics/goocanvas2/goocanvas-2.0.4/src/
H A Dgoocanvaspolyline.c924 gboolean do_stroke; in goo_canvas_polyline_is_item_at() local
947 do_stroke = goo_canvas_style_set_stroke_options (simple_data->style, cr); in goo_canvas_polyline_is_item_at()
948 if (!(pointer_events & GOO_CANVAS_EVENTS_PAINTED_MASK) || do_stroke) in goo_canvas_polyline_is_item_at()
H A Dgoocanvasitemsimple.c1853 gboolean do_fill, do_stroke; in goo_canvas_item_simple_check_in_path() local
1869 do_stroke = goo_canvas_style_set_stroke_options (style, cr); in goo_canvas_item_simple_check_in_path()
1870 if (!(pointer_events & GOO_CANVAS_EVENTS_PAINTED_MASK) || do_stroke) in goo_canvas_item_simple_check_in_path()
/dports/graphics/goocanvas/goocanvas-1.0.0/src/
H A Dgoocanvaspolyline.c889 gboolean do_stroke; in goo_canvas_polyline_is_item_at() local
912 do_stroke = goo_canvas_style_set_stroke_options (simple_data->style, cr); in goo_canvas_polyline_is_item_at()
913 if (!(pointer_events & GOO_CANVAS_EVENTS_PAINTED_MASK) || do_stroke) in goo_canvas_polyline_is_item_at()
H A Dgoocanvasitemsimple.c1797 gboolean do_fill, do_stroke; in goo_canvas_item_simple_check_in_path() local
1813 do_stroke = goo_canvas_style_set_stroke_options (style, cr); in goo_canvas_item_simple_check_in_path()
1814 if (!(pointer_events & GOO_CANVAS_EVENTS_PAINTED_MASK) || do_stroke) in goo_canvas_item_simple_check_in_path()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgspaint.c395 do_stroke(gs_gstate * pgs) in do_stroke() function
555 code = do_stroke(pgs); in gs_stroke()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgspaint.c395 do_stroke(gs_gstate * pgs) in do_stroke() function
555 code = do_stroke(pgs); in gs_stroke()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_cache_impl_gpencil.c521 static void gpencil_sbuffer_stroke_ensure(bGPdata *gpd, bool do_stroke, bool do_fill) in gpencil_sbuffer_stroke_ensure() argument
530 if (do_stroke && (gpd->runtime.sbuffer_stroke_batch == NULL)) { in gpencil_sbuffer_stroke_ensure()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp791 bool do_stroke = true; in FlushPath() local
802 do_stroke = false; in FlushPath()
817 if (stroke_alpha && do_stroke) { in FlushPath()
2071 bool do_stroke = true; in DrawPath() local
2082 do_stroke = false; in DrawPath()
2097 if (is_paint_stroke && do_stroke) { in DrawPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp805 bool do_stroke = true; in FlushPath() local
816 do_stroke = false; in FlushPath()
831 if (stroke_alpha && do_stroke) { in FlushPath()
2093 bool do_stroke = true; in DrawPath() local
2105 do_stroke = false; in DrawPath()
2120 if (is_paint_stroke && do_stroke) { in DrawPath()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_edit.c1040 const bool do_stroke = (do_first || do_last); in gpencil_add_move_points() local
1153 if (!do_stroke) { in gpencil_add_move_points()