Home
last modified time | relevance | path

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

/dports/graphics/p5-Graphics-Primitive/Graphics-Primitive-0.67/t/lib/
H A DDummyDriver.pm23 sub _draw_circle { } method in DummyDriver
/dports/graphics/p5-Layout-Manager/Layout-Manager-0.35/t/lib/
H A DDummyDriver.pm23 sub _draw_circle { } subroutine
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/backends/
H A Dsimple_framework.py71 def _draw_circle(circle, screen, body, fixture): function
75 circleShape.draw = _draw_circle
H A Dopencv_draw.py52 circleShape.draw = self._draw_circle
115 def _draw_circle(self, body, fixture): member in OpencvDrawFuncs
/dports/graphics/drawing/drawing-0.8.4/src/tools/classic_tools/
H A Dtool_shape.py132 self._draw_circle(event_x, event_y)
154 self._draw_circle(event_x, event_y)
232 def _draw_circle(self, event_x, event_y): member in ToolShape
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/opencv/
H A Dtest_cv.py176 def _draw_circle(circle, screen, body, fixture): function
180 b2.b2CircleShape.draw = _draw_circle
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/Treedrawer/
H A DCanvas.pm65 sub _draw_circle { subroutine
H A DSwf.pm217 sub _draw_circle { subroutine
H A DPdf.pm293 sub _draw_circle { subroutine
H A DSvg.pm236 sub _draw_circle { subroutine
H A DPng.pm499 sub _draw_circle { subroutine
H A DProcessing.pm215 sub _draw_circle { subroutine
H A DAbstract.pm90 $self->_draw_circle(
/dports/graphics/py-toyplot/toyplot-0.19.0/toyplot/
H A Dhtml.py650 def _draw_circle(parent_xml, size): function
714 _draw_circle(marker_xml, marker.size)
716 _draw_circle(marker_xml, marker.size)
717 _draw_circle(marker_xml, marker.size / 2)
719 _draw_circle(marker_xml, marker.size)
722 _draw_circle(marker_xml, marker.size)
725 _draw_circle(marker_xml, marker.size)
728 _draw_circle(marker_xml, marker.size)
731 _draw_circle(marker_xml, marker.size)
735 _draw_circle(marker_xml, marker.size)
[all …]
/dports/graphics/p5-Graphics-Primitive-Driver-Cairo/Graphics-Primitive-Driver-Cairo-0.47/
H A DChanges76 - Implement _draw_ellipse and _draw_circle
/dports/graphics/p5-Graphics-Primitive-Driver-Cairo/Graphics-Primitive-Driver-Cairo-0.47/lib/Graphics/Primitive/Driver/
H A DCairo.pm471 sub _draw_circle { subroutine
603 $self->_draw_circle($prim);
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-renderer.c572 _draw_circle (GogRenderer *rend, double x, double y, double r, gboolean fill, gboolean stroke) in _draw_circle() function
604 _draw_circle (rend, x, y, r, TRUE, TRUE); in gog_renderer_draw_circle()
610 _draw_circle (rend, x, y, r, FALSE, TRUE); in gog_renderer_stroke_circle()
616 _draw_circle (rend, x, y, r, TRUE, FALSE); in gog_renderer_fill_circle()
/dports/graphics/p5-Graphics-Primitive/Graphics-Primitive-0.67/
H A DChanges109 - Driver: Add _draw_circle and _draw_ellipse
/dports/math/giacxcas/giac-1.6.0/src/
H A Dmisc.cc9634 gen _draw_circle(const gen & a_,GIAC_CONTEXT){ in _draw_circle() function
9638 static define_unary_function_eval (__draw_circle,&_draw_circle,_draw_circle_s);
/dports/devel/goffice/goffice-0.10.50/
H A DChangeLog9885 * goffice/graph/gog-renderer.c: (_draw_circle),