Home
last modified time | relevance | path

Searched refs:ge_cairo_rounded_corner (Results 1 – 13 of 13) sorted by path

/dports/audio/ardour6/Ardour-6.8.0/libs/clearlooks-newer/
H A Dcairo-support.c312 ge_cairo_rounded_corner (cairo_t *cr, in ge_cairo_rounded_corner() function
H A Dcairo-support.h100 GE_INTERNAL void ge_cairo_rounded_corner (cairo_t *cr, double x, double y, double radius, CairoCorn…
H A Dclearlooks_draw.c111 ge_cairo_rounded_corner (cr, width, height, radius, CR_CORNER_BOTTOMRIGHT); in clearlooks_draw_shadow()
168 ge_cairo_rounded_corner (cr, x, y, radius, corners & CR_CORNER_TOPLEFT); in clearlooks_draw_highlight_and_shade()
184 ge_cairo_rounded_corner (cr, x+width, y, radius, corners & CR_CORNER_TOPRIGHT); in clearlooks_draw_highlight_and_shade()
185 ge_cairo_rounded_corner (cr, x+width, y+height, radius, corners & CR_CORNER_BOTTOMRIGHT); in clearlooks_draw_highlight_and_shade()
186 ge_cairo_rounded_corner (cr, x, y+height, radius, corners & CR_CORNER_BOTTOMLEFT); in clearlooks_draw_highlight_and_shade()
870 ge_cairo_rounded_corner (cr, 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_draw_progressbar_fill()
871 ge_cairo_rounded_corner (cr, 0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_draw_progressbar_fill()
876 ge_cairo_rounded_corner (cr, -0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_draw_progressbar_fill()
877 ge_cairo_rounded_corner (cr, -0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_draw_progressbar_fill()
885 ge_cairo_rounded_corner (cr, width - 0.5, -0.5, radius + 1, CR_CORNER_TOPRIGHT); in clearlooks_draw_progressbar_fill()
[all …]
H A Dclearlooks_draw_glossy.c215 ge_cairo_rounded_corner (cr, x, y, radius, corners & CR_CORNER_TOPLEFT); in clearlooks_glossy_draw_highlight_and_shade()
231 ge_cairo_rounded_corner (cr, x+width, y, radius, corners & CR_CORNER_TOPRIGHT); in clearlooks_glossy_draw_highlight_and_shade()
232 ge_cairo_rounded_corner (cr, x+width, y+height, radius, corners & CR_CORNER_BOTTOMRIGHT); in clearlooks_glossy_draw_highlight_and_shade()
233 ge_cairo_rounded_corner (cr, x, y+height, radius, corners & CR_CORNER_BOTTOMLEFT); in clearlooks_glossy_draw_highlight_and_shade()
569 ge_cairo_rounded_corner (cr, 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_glossy_draw_progressbar_fill()
570 ge_cairo_rounded_corner (cr, 0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_glossy_draw_progressbar_fill()
575 ge_cairo_rounded_corner (cr, -0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_glossy_draw_progressbar_fill()
576 ge_cairo_rounded_corner (cr, -0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_glossy_draw_progressbar_fill()
584 ge_cairo_rounded_corner (cr, width - 0.5, -0.5, radius + 1, CR_CORNER_TOPRIGHT); in clearlooks_glossy_draw_progressbar_fill()
585 ge_cairo_rounded_corner (cr, width - 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMRIGHT); in clearlooks_glossy_draw_progressbar_fill()
[all …]
H A Dclearlooks_draw_gummy.c115 ge_cairo_rounded_corner (cr, x, y, radius, corners & CR_CORNER_TOPLEFT); in clearlooks_gummy_draw_highlight_and_shade()
131 ge_cairo_rounded_corner (cr, x+width, y, radius, corners & CR_CORNER_TOPRIGHT); in clearlooks_gummy_draw_highlight_and_shade()
132 ge_cairo_rounded_corner (cr, x+width, y+height, radius, corners & CR_CORNER_BOTTOMRIGHT); in clearlooks_gummy_draw_highlight_and_shade()
133 ge_cairo_rounded_corner (cr, x, y+height, radius, corners & CR_CORNER_BOTTOMLEFT); in clearlooks_gummy_draw_highlight_and_shade()
529 ge_cairo_rounded_corner (cr, 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_gummy_draw_progressbar_fill()
530 ge_cairo_rounded_corner (cr, 0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_gummy_draw_progressbar_fill()
535 ge_cairo_rounded_corner (cr, -0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_gummy_draw_progressbar_fill()
536 ge_cairo_rounded_corner (cr, -0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_gummy_draw_progressbar_fill()
544 ge_cairo_rounded_corner (cr, width - 0.5, -0.5, radius + 1, CR_CORNER_TOPRIGHT); in clearlooks_gummy_draw_progressbar_fill()
545 ge_cairo_rounded_corner (cr, width - 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMRIGHT); in clearlooks_gummy_draw_progressbar_fill()
[all …]
H A Dclearlooks_draw_inverted.c48 ge_cairo_rounded_corner (cr, light_left, light_top, radius, params->corners & CR_CORNER_TOPLEFT); in clearlooks_draw_top_left_highlight()
330 ge_cairo_rounded_corner (cr, 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_inverted_draw_progressbar_fill()
331 ge_cairo_rounded_corner (cr, 0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_inverted_draw_progressbar_fill()
336 ge_cairo_rounded_corner (cr, -0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_inverted_draw_progressbar_fill()
337 ge_cairo_rounded_corner (cr, -0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_inverted_draw_progressbar_fill()
345 ge_cairo_rounded_corner (cr, width - 0.5, -0.5, radius + 1, CR_CORNER_TOPRIGHT); in clearlooks_inverted_draw_progressbar_fill()
346 ge_cairo_rounded_corner (cr, width - 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMRIGHT); in clearlooks_inverted_draw_progressbar_fill()
351 ge_cairo_rounded_corner (cr, width + 0.5, -0.5, radius + 1, CR_CORNER_TOPRIGHT); in clearlooks_inverted_draw_progressbar_fill()
352 ge_cairo_rounded_corner (cr, width + 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMRIGHT); in clearlooks_inverted_draw_progressbar_fill()
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/
H A DChangeLog7287 * engines/support/cairo-support.c: (ge_cairo_rounded_corner):
13708 * engines/support/cairo-support.c: (ge_cairo_rounded_corner),
13711 - Added ge_cairo_rounded_corner to draw one corner of a rounded
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/clearlooks/src/
H A Dclearlooks_draw.c122 ge_cairo_rounded_corner (cr, width - 0.5, height - 0.5, radius, CR_CORNER_BOTTOMRIGHT); in clearlooks_draw_shadow()
160 ge_cairo_rounded_corner (cr, light_left, light_top, radius, corners & CR_CORNER_TOPLEFT); in clearlooks_draw_top_left_highlight()
198 ge_cairo_rounded_corner (cr, x + 0.5, y + 0.5, radius, corners & CR_CORNER_TOPLEFT); in clearlooks_draw_highlight_and_shade()
214ge_cairo_rounded_corner (cr, x+width - 0.5, y+height - 0.5, radius, corners & CR_CORNER_BOTTOMRIGH… in clearlooks_draw_highlight_and_shade()
976 ge_cairo_rounded_corner (cr, -0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_draw_progressbar_fill()
977 ge_cairo_rounded_corner (cr, -0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_draw_progressbar_fill()
985 ge_cairo_rounded_corner (cr, width + 0.5, -0.5, radius + 1, CR_CORNER_TOPRIGHT); in clearlooks_draw_progressbar_fill()
986 ge_cairo_rounded_corner (cr, width + 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMRIGHT); in clearlooks_draw_progressbar_fill()
H A Dclearlooks_draw_glossy.c212 ge_cairo_rounded_corner (cr, x, y, radius, corners & CR_CORNER_TOPLEFT); in clearlooks_glossy_draw_highlight_and_shade()
228 ge_cairo_rounded_corner (cr, x+width, y, radius, corners & CR_CORNER_TOPRIGHT); in clearlooks_glossy_draw_highlight_and_shade()
229 ge_cairo_rounded_corner (cr, x+width, y+height, radius, corners & CR_CORNER_BOTTOMRIGHT); in clearlooks_glossy_draw_highlight_and_shade()
230 ge_cairo_rounded_corner (cr, x, y+height, radius, corners & CR_CORNER_BOTTOMLEFT); in clearlooks_glossy_draw_highlight_and_shade()
556 ge_cairo_rounded_corner (cr, 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_glossy_draw_progressbar_fill()
557 ge_cairo_rounded_corner (cr, 0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_glossy_draw_progressbar_fill()
562 ge_cairo_rounded_corner (cr, -0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_glossy_draw_progressbar_fill()
563 ge_cairo_rounded_corner (cr, -0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_glossy_draw_progressbar_fill()
571 ge_cairo_rounded_corner (cr, width - 0.5, -0.5, radius + 1, CR_CORNER_TOPRIGHT); in clearlooks_glossy_draw_progressbar_fill()
572 ge_cairo_rounded_corner (cr, width - 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMRIGHT); in clearlooks_glossy_draw_progressbar_fill()
[all …]
H A Dclearlooks_draw_gummy.c102 ge_cairo_rounded_corner (cr, x, y, radius, corners & CR_CORNER_TOPLEFT); in clearlooks_gummy_draw_highlight_and_shade()
118 ge_cairo_rounded_corner (cr, x+width, y, radius, corners & CR_CORNER_TOPRIGHT); in clearlooks_gummy_draw_highlight_and_shade()
119 ge_cairo_rounded_corner (cr, x+width, y+height, radius, corners & CR_CORNER_BOTTOMRIGHT); in clearlooks_gummy_draw_highlight_and_shade()
120 ge_cairo_rounded_corner (cr, x, y+height, radius, corners & CR_CORNER_BOTTOMLEFT); in clearlooks_gummy_draw_highlight_and_shade()
499 ge_cairo_rounded_corner (cr, 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_gummy_draw_progressbar_fill()
500 ge_cairo_rounded_corner (cr, 0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_gummy_draw_progressbar_fill()
505 ge_cairo_rounded_corner (cr, -0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_gummy_draw_progressbar_fill()
506 ge_cairo_rounded_corner (cr, -0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_gummy_draw_progressbar_fill()
514 ge_cairo_rounded_corner (cr, width - 0.5, -0.5, radius + 1, CR_CORNER_TOPRIGHT); in clearlooks_gummy_draw_progressbar_fill()
515 ge_cairo_rounded_corner (cr, width - 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMRIGHT); in clearlooks_gummy_draw_progressbar_fill()
[all …]
H A Dclearlooks_draw_inverted.c310 ge_cairo_rounded_corner (cr, 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_inverted_draw_progressbar_fill()
311 ge_cairo_rounded_corner (cr, 0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_inverted_draw_progressbar_fill()
316 ge_cairo_rounded_corner (cr, -0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMLEFT); in clearlooks_inverted_draw_progressbar_fill()
317 ge_cairo_rounded_corner (cr, -0.5, -0.5, radius + 1, CR_CORNER_TOPLEFT); in clearlooks_inverted_draw_progressbar_fill()
325 ge_cairo_rounded_corner (cr, width - 0.5, -0.5, radius + 1, CR_CORNER_TOPRIGHT); in clearlooks_inverted_draw_progressbar_fill()
326 ge_cairo_rounded_corner (cr, width - 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMRIGHT); in clearlooks_inverted_draw_progressbar_fill()
331 ge_cairo_rounded_corner (cr, width + 0.5, -0.5, radius + 1, CR_CORNER_TOPRIGHT); in clearlooks_inverted_draw_progressbar_fill()
332 ge_cairo_rounded_corner (cr, width + 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMRIGHT); in clearlooks_inverted_draw_progressbar_fill()
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/support/
H A Dcairo-support.c355 ge_cairo_rounded_corner (cairo_t *cr, in ge_cairo_rounded_corner() function
H A Dcairo-support.h129 GE_INTERNAL void ge_cairo_rounded_corner (cairo_t *cr, double x, double y, double radius, CairoCorn…