Lines Matching refs:ge_cairo_rounded_rectangle

77 	ge_cairo_rounded_rectangle (cr, x + line_width / 2.0, y + line_width / 2.0,  in clearlooks_draw_inset()
98 ge_cairo_rounded_rectangle (cr, x + line_width / 2.0, y + line_width / 2.0, in clearlooks_draw_inset()
312 ge_cairo_rounded_rectangle (cr, xoffset+1, yoffset+1, in clearlooks_draw_button()
443 ge_cairo_rounded_rectangle (cr, xoffset + 1, yoffset + 1, width - (xoffset + 1)*2, in clearlooks_draw_entry()
523 ge_cairo_rounded_rectangle (cr, progress->max_size.x, in clearlooks_draw_entry_progress()
543 ge_cairo_rounded_rectangle (cr, x, y, width + 10, height + 10, radius, CR_CORNER_ALL); in clearlooks_draw_entry_progress()
545 ge_cairo_rounded_rectangle (cr, x - 10, y - 10, width + 10, height + 10, radius, CR_CORNER_ALL); in clearlooks_draw_entry_progress()
549 ge_cairo_rounded_rectangle (cr, x + 1, y + 1, width - 2, height - 2, radius, CR_CORNER_ALL); in clearlooks_draw_entry_progress()
554ge_cairo_rounded_rectangle (cr, x + 0.5, y + 0.5, width - 1.0, height - 1.0, radius, CR_CORNER_ALL… in clearlooks_draw_entry_progress()
601 ge_cairo_rounded_rectangle (cr, 1, 1, width-4, height-4, radius, params->corners); in clearlooks_draw_spinbutton_down()
722 ge_cairo_rounded_rectangle (cr, 1.0, 1.0, width-2, height-2, radius, params->corners); in clearlooks_draw_slider()
752 ge_cairo_rounded_rectangle (cr, 1.0, 1.0, width-1, height-1, radius, params->corners); in clearlooks_draw_slider()
841 ge_cairo_rounded_rectangle (cr, x+1, y+1, width-2, height-2, radius, params->corners); in clearlooks_draw_progressbar_trough()
846 ge_cairo_rounded_rectangle (cr, x+0.5, y+0.5, width-1, height-1, radius, params->corners); in clearlooks_draw_progressbar_trough()
851 ge_cairo_rounded_rectangle (cr, x+1, y+1, width-2, height-2, radius, params->corners); in clearlooks_draw_progressbar_trough()
917ge_cairo_rounded_rectangle (cr, 0, 0, width + radius, height, radius, CR_CORNER_TOPLEFT | CR_CORNE… in clearlooks_draw_progressbar_fill()
919ge_cairo_rounded_rectangle (cr, -radius, 0, width + radius, height, radius, CR_CORNER_TOPRIGHT | C… in clearlooks_draw_progressbar_fill()
962ge_cairo_rounded_rectangle (cr, -1.0, 0, width + radius + 2.0, height, radius, CR_CORNER_TOPLEFT |… in clearlooks_draw_progressbar_fill()
964ge_cairo_rounded_rectangle (cr, -radius - 1.0, 0, width + radius + 2.0, height, radius, CR_CORNER_… in clearlooks_draw_progressbar_fill()
1001 ge_cairo_rounded_rectangle (cr, 0.5, 0.5, width-1, height-1, radius, CR_CORNER_ALL); in clearlooks_draw_progressbar_fill()
1329 ge_cairo_rounded_rectangle (cr, 0.5, 0.5, width-1, height-1, in clearlooks_draw_tab()
1373 ge_cairo_rounded_rectangle (cr, 0.5, 0.5, width-1, height-1, radius, params->corners); in clearlooks_draw_tab()
1406 ge_cairo_rounded_rectangle (cr, 0.5, 0.5, width-1, height-1, radius, params->corners); in clearlooks_draw_tab()
1608ge_cairo_rounded_rectangle (cr, x+0.5, y+0.5, width - 1, height - 1, widget->radius, widget->corne… in clearlooks_draw_menuitem()
1637ge_cairo_rounded_rectangle (cr, x + 0.5, y + 0.5, width - 1, height, widget->radius, widget->corne… in clearlooks_draw_menubaritem()
1714 ge_cairo_rounded_rectangle (cr, 1, 0, width-2, height, in clearlooks_draw_scrollbar_trough()
1732 ge_cairo_rounded_rectangle (cr, 0.5, 0.5, width-1, height-1, in clearlooks_draw_scrollbar_trough()
1794 ge_cairo_rounded_rectangle (cr, 1, 1, width-2, height-2, radius, corners); in clearlooks_draw_scrollbar_stepper()
2045 ge_cairo_rounded_rectangle (cr, 0, 0, width, height, params->radius, CR_CORNER_ALL); in clearlooks_draw_icon_view_item()
2296ge_cairo_rounded_rectangle (cr, 1.5, 1.5, width-3, height-3, (widget->radius > 0)? 1 : 0, CR_CORNE… in clearlooks_draw_checkbox()
2301ge_cairo_rounded_rectangle (cr, 0.5, 0.5, width-1, height-1, (widget->radius > 0)? 1 : 0, CR_CORNE… in clearlooks_draw_checkbox()