Home
last modified time | relevance | path

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

12345678910>>...153

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Cairo/
H A Dtm_cairo.hpp46 extern void (*tm_cairo_new_path) (cairo_t *cr);
47 extern void (*tm_cairo_stroke) (cairo_t *cr);
51 extern void (*tm_cairo_fill) (cairo_t *cr);
55 extern void (*tm_cairo_close_path) (cairo_t *cr);
56 extern void (*tm_cairo_restore) (cairo_t *cr);
67 extern void (*tm_cairo_paint) (cairo_t *cr);
73 extern cairo_status_t (*tm_cairo_status) (cairo_t *cr);
74 extern void (*tm_cairo_show_page) (cairo_t *cr);
75 extern cairo_t * (*tm_cairo_reference) (cairo_t *cr);
79 extern void (*tm_cairo_destroy) (cairo_t *cr);
[all …]
H A Dtm_cairo.cpp24 void (*tm_cairo_new_path) (cairo_t *cr);
25 void (*tm_cairo_stroke) (cairo_t *cr);
29 void (*tm_cairo_fill) (cairo_t *cr);
33 void (*tm_cairo_close_path) (cairo_t *cr);
34 void (*tm_cairo_restore) (cairo_t *cr);
45 void (*tm_cairo_paint) (cairo_t *cr);
51 cairo_status_t (*tm_cairo_status) (cairo_t *cr);
52 void (*tm_cairo_show_page) (cairo_t *cr);
53 cairo_t * (*tm_cairo_reference) (cairo_t *cr);
57 void (*tm_cairo_destroy) (cairo_t *cr);
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/dtgtk/
H A Dpaint.h49 void dtgtk_cairo_paint_empty(cairo_t *cr, gint x, int y, gint w, gint h, gint flags, void *data);
51 void dtgtk_cairo_paint_triangle(cairo_t *cr, gint x, int y, gint w, gint h, gint flags, void *data);
55 void dtgtk_cairo_paint_arrow(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
59 void dtgtk_cairo_paint_store(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
61 void dtgtk_cairo_paint_reset(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
65 void dtgtk_cairo_paint_flip(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
67 void dtgtk_cairo_paint_switch(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
77 void dtgtk_cairo_paint_plus(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
93 void dtgtk_cairo_paint_eye(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
147 void dtgtk_cairo_paint_and(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/dtgtk/
H A Dpaint.h49 void dtgtk_cairo_paint_empty(cairo_t *cr, gint x, int y, gint w, gint h, gint flags, void *data);
51 void dtgtk_cairo_paint_triangle(cairo_t *cr, gint x, int y, gint w, gint h, gint flags, void *data);
55 void dtgtk_cairo_paint_arrow(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
59 void dtgtk_cairo_paint_store(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
61 void dtgtk_cairo_paint_reset(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
65 void dtgtk_cairo_paint_flip(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
67 void dtgtk_cairo_paint_switch(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
77 void dtgtk_cairo_paint_plus(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
93 void dtgtk_cairo_paint_eye(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
149 void dtgtk_cairo_paint_and(cairo_t *cr, gint x, gint y, gint w, gint h, gint flags, void *data);
[all …]
/dports/math/pspp/pspp-1.4.1/src/output/
H A Dcairo-chart.h73 void xrchart_geometry_init (cairo_t *, struct xrchart_geometry *,
75 void xrchart_geometry_free (cairo_t *, struct xrchart_geometry *);
106 void draw_tick (cairo_t *, const struct xrchart_geometry *,
120 bool xrchart_write_xscale (cairo_t *, struct xrchart_geometry *,
124 bool xrchart_write_yscale (cairo_t *, struct xrchart_geometry *,
142 void xrchart_vector_start (cairo_t *, struct xrchart_geometry *,
144 void xrchart_vector_end (cairo_t *, struct xrchart_geometry *);
148 void xrchart_datum (cairo_t *, const struct xrchart_geometry *,
156 void xrchart_line (cairo_t *, const struct xrchart_geometry *,
163 void xrchart_draw_roc (const struct chart_item *, cairo_t *,
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/toys/
H A Dpath-cairo.h16 typedef struct _cairo cairo_t; typedef
18 void cairo_curve(cairo_t *cr, Geom::Curve const &c);
19 void cairo_rectangle(cairo_t *cr, Geom::Rect const &r);
21 void cairo_path(cairo_t *cr, Geom::Path const &p);
22 void cairo_path(cairo_t *cr, Geom::PathVector const &p);
41 void draw_spot(cairo_t *cr, Geom::Point h);
42 void draw_handle(cairo_t *cr, Geom::Point h);
43 void draw_cross(cairo_t *cr, Geom::Point h);
44 void draw_circ(cairo_t *cr, Geom::Point h);
49 void cairo_move_to(cairo_t *cr, Geom::Point p1);
[all …]
/dports/math/lib2geom/lib2geom-1.1/include/toys/
H A Dpath-cairo.h16 typedef struct _cairo cairo_t; typedef
18 void cairo_curve(cairo_t *cr, Geom::Curve const &c);
19 void cairo_rectangle(cairo_t *cr, Geom::Rect const &r);
21 void cairo_path(cairo_t *cr, Geom::Path const &p);
22 void cairo_path(cairo_t *cr, Geom::PathVector const &p);
41 void draw_spot(cairo_t *cr, Geom::Point h);
42 void draw_handle(cairo_t *cr, Geom::Point h);
43 void draw_cross(cairo_t *cr, Geom::Point h);
44 void draw_circ(cairo_t *cr, Geom::Point h);
49 void cairo_move_to(cairo_t *cr, Geom::Point p1);
[all …]
/dports/graphics/p5-Cairo/Cairo-1.109/
H A DCairo.xs485 void DESTROY (cairo_t * cr);
489 void cairo_save (cairo_t * cr);
491 void cairo_restore (cairo_t * cr);
495 void cairo_push_group (cairo_t *cr);
572 void cairo_new_path (cairo_t * cr);
606 void cairo_paint (cairo_t *cr);
614 void cairo_stroke (cairo_t * cr);
618 void cairo_fill (cairo_t * cr);
622 void cairo_copy_page (cairo_t * cr);
634 void cairo_clip (cairo_t * cr);
[all …]
/dports/graphics/cairo/cairo-1.17.4/test/
H A Drecord-extend.c43 cairo_t *cr; in source()
77 image (cairo_t *cr) in image()
83 similar (cairo_t *cr) in similar()
89 static cairo_t *
111 static cairo_t *
118 static cairo_t *
125 static cairo_t *
132 static cairo_t *
139 static cairo_t *
143 cairo_t *cr; in record_create()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/packaging/cairo-msw/include/cairo/
H A Dcairo.h120 typedef struct _cairo cairo_t; typedef
389 cairo_public cairo_t *
392 cairo_public cairo_t *
396 cairo_destroy (cairo_t *cr);
412 cairo_save (cairo_t *cr);
415 cairo_restore (cairo_t *cr);
730 cairo_arc (cairo_t *cr,
781 cairo_paint (cairo_t *cr);
798 cairo_stroke (cairo_t *cr);
804 cairo_fill (cairo_t *cr);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo.h120 typedef struct _cairo cairo_t; typedef
399 cairo_public cairo_t *
402 cairo_public cairo_t *
406 cairo_destroy (cairo_t *cr);
422 cairo_save (cairo_t *cr);
425 cairo_restore (cairo_t *cr);
740 cairo_arc (cairo_t *cr,
791 cairo_paint (cairo_t *cr);
808 cairo_stroke (cairo_t *cr);
814 cairo_fill (cairo_t *cr);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo.h120 typedef struct _cairo cairo_t; typedef
399 cairo_public cairo_t *
402 cairo_public cairo_t *
406 cairo_destroy (cairo_t *cr);
422 cairo_save (cairo_t *cr);
425 cairo_restore (cairo_t *cr);
740 cairo_arc (cairo_t *cr,
791 cairo_paint (cairo_t *cr);
808 cairo_stroke (cairo_t *cr);
814 cairo_fill (cairo_t *cr);
[all …]
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo.h120 typedef struct _cairo cairo_t; typedef
389 cairo_public cairo_t *
392 cairo_public cairo_t *
396 cairo_destroy (cairo_t *cr);
412 cairo_save (cairo_t *cr);
415 cairo_restore (cairo_t *cr);
730 cairo_arc (cairo_t *cr,
781 cairo_paint (cairo_t *cr);
798 cairo_stroke (cairo_t *cr);
804 cairo_fill (cairo_t *cr);
[all …]
/dports/x11-themes/gtk-nodoka-engine/gtk-nodoka-engine-0.7.5/src/GTKEngine/
H A Dnodoka_draw.h33 G_GNUC_INTERNAL void nodoka_draw_button (cairo_t * cr,
82 G_GNUC_INTERNAL void nodoka_draw_entry (cairo_t * cr,
95 G_GNUC_INTERNAL void nodoka_draw_inset (cairo_t * cr,
99 G_GNUC_INTERNAL void nodoka_draw_menubar (cairo_t * cr,
105 G_GNUC_INTERNAL void nodoka_draw_tab (cairo_t * cr,
111 G_GNUC_INTERNAL void nodoka_draw_frame (cairo_t * cr,
139 G_GNUC_INTERNAL void nodoka_draw_toolbar (cairo_t * cr,
145 G_GNUC_INTERNAL void nodoka_draw_menuitem (cairo_t * cr,
195 G_GNUC_INTERNAL void nodoka_draw_handle (cairo_t * cr,
201 G_GNUC_INTERNAL void nodoka_draw_arrow (cairo_t * cr,
[all …]
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygenstyle.h142 void fill( cairo_t*, gint, gint, gint, gint, const ColorUtils::Rgba& color ) const;
171 bool renderTitleBarBackground( cairo_t*, GtkWidget*, gint, gint, gint, gint );
188 void renderHeaderLines( cairo_t*, gint, gint, gint, gint ) const;
311 void renderSizeGrip( cairo_t*, GdkWindowEdge, gint, gint, gint, gint ) const;
315 cairo_t*,
324 cairo_t*,
399 cairo_t*,
407 cairo_t*,
416 cairo_t*,
440 void renderHoleMask( cairo_t*, gint, gint, gint, gint, TileSet::Tiles, gint );
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo.h120 typedef struct _cairo cairo_t; typedef
399 cairo_public cairo_t *
402 cairo_public cairo_t *
406 cairo_destroy (cairo_t *cr);
422 cairo_save (cairo_t *cr);
425 cairo_restore (cairo_t *cr);
740 cairo_arc (cairo_t *cr,
791 cairo_paint (cairo_t *cr);
808 cairo_stroke (cairo_t *cr);
814 cairo_fill (cairo_t *cr);
[all …]
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/gtk2/style/
H A Ddrawing.h33 void drawBgnd(cairo_t *cr, const GdkColor *col, GtkWidget *widget,
38 drawAreaMod(cairo_t *cr, GtkStyle *style, GtkStateType state, in drawAreaMod()
59 void drawBorder(cairo_t *cr, GtkStyle *style, GtkStateType state,
88 void drawBgndRing(cairo_t *cr, int x, int y, int size,
93 void drawStripedBgnd(cairo_t *cr, int x, int y, int w, int h,
102 void drawProgress(cairo_t *cr, GtkStyle *style, GtkStateType state,
133 void fillTab(cairo_t *cr, GtkStyle *style, GtkWidget *widget,
147 void drawMenu(cairo_t *cr, GtkWidget *widget, const QtcRect *area,
163 void drawTab(cairo_t *cr, GtkStateType state, GtkStyle *style,
172 void drawListViewHeader(cairo_t *cr, GtkStateType state,
[all …]
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/gtk2/style/
H A Ddrawing.h33 void drawBgnd(cairo_t *cr, const GdkColor *col, GtkWidget *widget,
38 drawAreaMod(cairo_t *cr, GtkStyle *style, GtkStateType state, in drawAreaMod()
59 void drawBorder(cairo_t *cr, GtkStyle *style, GtkStateType state,
88 void drawBgndRing(cairo_t *cr, int x, int y, int size,
93 void drawStripedBgnd(cairo_t *cr, int x, int y, int w, int h,
102 void drawProgress(cairo_t *cr, GtkStyle *style, GtkStateType state,
133 void fillTab(cairo_t *cr, GtkStyle *style, GtkWidget *widget,
147 void drawMenu(cairo_t *cr, GtkWidget *widget, const QtcRect *area,
163 void drawTab(cairo_t *cr, GtkStateType state, GtkStyle *style,
172 void drawListViewHeader(cairo_t *cr, GtkStateType state,
[all …]
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/gtk2/style/
H A Ddrawing.h33 void drawBgnd(cairo_t *cr, const GdkColor *col, GtkWidget *widget,
38 drawAreaMod(cairo_t *cr, GtkStyle *style, GtkStateType state, in drawAreaMod()
59 void drawBorder(cairo_t *cr, GtkStyle *style, GtkStateType state,
88 void drawBgndRing(cairo_t *cr, int x, int y, int size,
93 void drawStripedBgnd(cairo_t *cr, int x, int y, int w, int h,
102 void drawProgress(cairo_t *cr, GtkStyle *style, GtkStateType state,
133 void fillTab(cairo_t *cr, GtkStyle *style, GtkWidget *widget,
147 void drawMenu(cairo_t *cr, GtkWidget *widget, const QtcRect *area,
163 void drawTab(cairo_t *cr, GtkStateType state, GtkStyle *style,
172 void drawListViewHeader(cairo_t *cr, GtkStateType state,
[all …]
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/gtk2/style/
H A Ddrawing.h33 void drawBgnd(cairo_t *cr, const GdkColor *col, GtkWidget *widget,
38 drawAreaMod(cairo_t *cr, GtkStyle *style, GtkStateType state, in drawAreaMod()
59 void drawBorder(cairo_t *cr, GtkStyle *style, GtkStateType state,
88 void drawBgndRing(cairo_t *cr, int x, int y, int size,
93 void drawStripedBgnd(cairo_t *cr, int x, int y, int w, int h,
102 void drawProgress(cairo_t *cr, GtkStyle *style, GtkStateType state,
133 void fillTab(cairo_t *cr, GtkStyle *style, GtkWidget *widget,
147 void drawMenu(cairo_t *cr, GtkWidget *widget, const QtcRect *area,
163 void drawTab(cairo_t *cr, GtkStateType state, GtkStyle *style,
172 void drawListViewHeader(cairo_t *cr, GtkStateType state,
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dcairo.cpp58 (cairo_t *cr), (cr) ) \
60 (cairo_t *cr), (cr) ) \
64 (cairo_t *cr), (cr) ) \
66 (cairo_t *cr), (cr) ) \
68 (cairo_t *cr), (cr) ) \
96 (cairo_t *cr), (cr) ) \
98 (cairo_t *cr), (cr) ) \
112 (cairo_t *cr), (cr) ) \
114 (cairo_t *cr), (cr) ) \
118 (cairo_t *cr), (cr) ) \
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dcairo.cpp58 (cairo_t *cr), (cr) ) \
60 (cairo_t *cr), (cr) ) \
64 (cairo_t *cr), (cr) ) \
66 (cairo_t *cr), (cr) ) \
68 (cairo_t *cr), (cr) ) \
96 (cairo_t *cr), (cr) ) \
98 (cairo_t *cr), (cr) ) \
112 (cairo_t *cr), (cr) ) \
114 (cairo_t *cr), (cr) ) \
118 (cairo_t *cr), (cr) ) \
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/py2geom/
H A Dcairo-helpers.h9 typedef struct _cairo cairo_t; typedef
11 void cairo_move_to(cairo_t *cr, Geom::Point p1);
12 void cairo_line_to(cairo_t *cr, Geom::Point p1);
15 void cairo_curve(cairo_t *cr, Geom::Curve const &c);
16 void cairo_rectangle(cairo_t *cr, Geom::Rect const &r);
17 void cairo_convex_hull(cairo_t *cr, Geom::ConvexHull const &r);
18 void cairo_path(cairo_t *cr, Geom::Path const &p);
19 void cairo_path(cairo_t *cr, Geom::PathVector const &p);
20 void cairo_path_stitches(cairo_t *cr, Geom::Path const &p);
23 void cairo_d2_sb(cairo_t *cr, Geom::D2<Geom::SBasis> const &p);
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/py2geom/
H A Dcairo-helpers.h9 typedef struct _cairo cairo_t; typedef
11 void cairo_move_to(cairo_t *cr, Geom::Point p1);
12 void cairo_line_to(cairo_t *cr, Geom::Point p1);
15 void cairo_curve(cairo_t *cr, Geom::Curve const &c);
16 void cairo_rectangle(cairo_t *cr, Geom::Rect const &r);
17 void cairo_convex_hull(cairo_t *cr, Geom::ConvexHull const &r);
18 void cairo_path(cairo_t *cr, Geom::Path const &p);
19 void cairo_path(cairo_t *cr, Geom::PathVector const &p);
20 void cairo_path_stitches(cairo_t *cr, Geom::Path const &p);
23 void cairo_d2_sb(cairo_t *cr, Geom::D2<Geom::SBasis> const &p);
[all …]
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo.h124 typedef struct _cairo cairo_t; typedef
494 cairo_public cairo_t *
497 cairo_public cairo_t *
501 cairo_destroy (cairo_t *cr);
517 cairo_save (cairo_t *cr);
520 cairo_restore (cairo_t *cr);
874 cairo_arc (cairo_t *cr,
925 cairo_paint (cairo_t *cr);
942 cairo_stroke (cairo_t *cr);
948 cairo_fill (cairo_t *cr);
[all …]

12345678910>>...153