Lines Matching refs:ge_cairo_rounded_corner

115 	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()
160 ge_cairo_rounded_corner (cr, light_left, light_top, radius, params->corners & CR_CORNER_TOPLEFT); in clearlooks_gummy_draw_top_left_highlight()
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()
550 ge_cairo_rounded_corner (cr, width + 0.5, -0.5, radius + 1, CR_CORNER_TOPRIGHT); in clearlooks_gummy_draw_progressbar_fill()
551 ge_cairo_rounded_corner (cr, width + 0.5, height + 0.5, radius + 1, CR_CORNER_BOTTOMRIGHT); in clearlooks_gummy_draw_progressbar_fill()