Home
last modified time | relevance | path

Searched refs:apply_line_style (Results 1 – 6 of 6) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Dcanvas_line.c50 static void apply_line_style(RConsCanvas *c, int x, int y, int x2, int y2, in apply_line_style() function
289 apply_line_style (c, x, y, x2, y2, style, 1); in r_cons_canvas_line_diagonal()
374 apply_line_style (c, x, y, x2, y2, style, 1); in r_cons_canvas_line_square()
409 apply_line_style (c, x, y, x2, y2, style, isvert); in r_cons_canvas_line_square_defined()
468 apply_line_style (c, x, y, x2, y2, style, isvert); in r_cons_canvas_line_back_edge()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/cairo/
H A DRenderer_cairo.h92 void apply_line_style(const LineStyle& style, const SWFCxForm& cx,
H A DRenderer_cairo.cpp842 Renderer_cairo::apply_line_style(const LineStyle& style, const SWFCxForm& cx, in apply_line_style() function in gnash::Renderer_cairo
925 apply_line_style(line_styles[cur_path.m_line-1], cx, mat); in draw_outlines()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/openvg/
H A DOpenVGRenderer.h152 bool apply_line_style(const LineStyle& style, const SWFCxForm& cx,
H A DOpenVGRenderer.cpp819 Renderer_ovg::apply_line_style(const LineStyle& style, const SWFCxForm& cx, in apply_line_style() function in gnash::renderer::openvg::Renderer_ovg
922 apply_line_style(line_styles[cur_path.m_line-1], cx, mat); in draw_outlines()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/opengl/
H A DRenderer_ogl.cpp1405 bool apply_line_style(const LineStyle& style, const SWFCxForm& cx, const SWFMatrix& mat) in apply_line_style() function in gnash::renderer::opengl::Renderer_ogl
1514 bool draw_points = apply_line_style(line_styles[cur_path.m_line-1], cx, mat); in draw_outlines()