Home
last modified time | relevance | path

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

/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/backends/
H A Dbackend_ps.py479 ps_cmd.append(self._linecap_cmd(gc.get_capstyle()))
756 self.set_linecap(gc.get_capstyle())
804 def get_capstyle(self): member in GraphicsContextPS
805 return {'butt': 0, 'round': 1, 'projecting': 2}[super().get_capstyle()]
H A Dbackend_svg.py576 if gc.get_capstyle() != 'butt':
577 attrib['stroke-linecap'] = _capstyle_d[gc.get_capstyle()]
H A Dbackend_pgf.py528 writeln(self.fh, capstyles[gc.get_capstyle()])
H A Dbackend_pdf.py1743 (name, path, trans, ob, gc.get_joinstyle(), gc.get_capstyle(),
2022 gc.get_joinstyle(), gc.get_capstyle())
/dports/graphics/figurine/figurine-1.0.5/src/
H A Dload.c420 get_capstyle() in get_capstyle() function
612 ob->es = get_capstyle(); in parse_arc_ellipse()
888 ob->es = get_capstyle(); in parse_polyline()
1010 ob->es = get_capstyle(); in parse_spline()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_collections.py630 assert_equal(col.get_capstyle(), 'round')
632 assert_equal(col.get_capstyle(), 'butt')
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/backends/
H A Dbackend_ps.py548 cint = gc.get_capstyle()
863 cint = gc.get_capstyle()
903 def get_capstyle(self): member in GraphicsContextPS
906 'projecting':2}[GraphicsContextBase.get_capstyle(self)]
H A Dbackend_svg.py447 if gc.get_capstyle() != 'butt':
448 attrib['stroke-linecap'] = _capstyle_d[gc.get_capstyle()]
H A Dbackend_pgf.py544 writeln(self.fh, capstyles[gc.get_capstyle()])
H A Dbackend_pdf.py1471 (name, path, trans, ob, gc.get_joinstyle(), gc.get_capstyle(),
1800 gc.get_joinstyle(), gc.get_capstyle())
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_collections.py534 assert col.get_capstyle() == 'round'
536 assert col.get_capstyle() == 'butt'
H A Dtest_patches.py626 assert patch.get_capstyle() == 'butt'
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dmarkers.py286 def get_capstyle(self): member in MarkerStyle
H A Dlines.py852 gc.set_capstyle(marker.get_capstyle())
H A Dcollections.py675 def get_capstyle(self): member in Collection
H A Dbackend_bases.py809 def get_capstyle(self): member in GraphicsContextBase
H A Dpatches.py488 def get_capstyle(self): member in Patch
/dports/graphics/figurine/figurine-1.0.5/src/include/
H A Dfigurine.h803 int get_capstyle(void);
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dmarkers.py245 def get_capstyle(self): member in MarkerStyle
H A Dlines.py833 gc.set_capstyle(marker.get_capstyle())
H A Dcollections.py582 def get_capstyle(self): member in Collection
H A Dbackend_bases.py907 def get_capstyle(self): member in GraphicsContextBase
H A Dpatches.py453 def get_capstyle(self): member in Patch
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/users/prev_whats_new/
H A Dchangelog.rst3901 RendererSVG.new_gc(), and moving the gc.get_capstyle() code into
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/prev_whats_new/
H A Dchangelog.rst3901 RendererSVG.new_gc(), and moving the gc.get_capstyle() code into