Home
last modified time | relevance | path

Searched refs:lives_painter_line_to (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dinterface.c445 lives_painter_line_to(cr, i, bar_height); in update_timer_bars()
446 lives_painter_line_to(cr, i, y); in update_timer_bars()
447 lives_painter_line_to(cr, i, bar_height); in update_timer_bars()
463 lives_painter_line_to(cr, i, bar_height); in update_timer_bars()
464 lives_painter_line_to(cr, i, y); in update_timer_bars()
465 lives_painter_line_to(cr, i, bar_height); in update_timer_bars()
480 lives_painter_line_to(cr, i, bar_height); in update_timer_bars()
481 lives_painter_line_to(cr, i, y); in update_timer_bars()
544 lives_painter_line_to(cr, i, y); in update_timer_bars()
562 lives_painter_line_to(cr, i, y); in update_timer_bars()
[all …]
H A Dwidget-helper.c12164 lives_painter_line_to(cr, 0., rwidth / 4.); in draw_cool_toggle()
12166 lives_painter_line_to(cr, rwidth / 4., rwidth / 4.); in draw_cool_toggle()
12170 lives_painter_line_to(cr, rwidth / 4.*3., 0.); in draw_cool_toggle()
12172 lives_painter_line_to(cr, rwidth / 4.*3., rwidth / 4.); in draw_cool_toggle()
12176 lives_painter_line_to(cr, rwidth / 4., rheight); in draw_cool_toggle()
12182 lives_painter_line_to(cr, rwidth, rheight - rwidth / 4.); in draw_cool_toggle()
12205 lives_painter_line_to(cr, rwidth / 4.*3., 0); in draw_cool_toggle()
12210 lives_painter_line_to(cr, rwidth / 4.*3., rheight); in draw_cool_toggle()
12215 lives_painter_line_to(cr, 0., rheight - rwidth / 4.); in draw_cool_toggle()
12220 lives_painter_line_to(cr, rwidth, rheight - rwidth / 4.); in draw_cool_toggle()
[all …]
H A Dframedraw.c616 lives_painter_line_to(cr, xstartf, ystartf + CROSSHAIR_SIZE); in framedraw_redraw()
621 lives_painter_line_to(cr, xstartf + CROSSHAIR_SIZE, ystartf); in framedraw_redraw()
H A Dwidget-helper.h202 boolean lives_painter_line_to(lives_painter_t *, double x, double y);
H A Dmultitrack.c1241 lives_painter_line_to(cr, offset_end, lives_widget_get_allocation_height(eventbox)); in draw_block()
1244 lives_painter_line_to(cr, offset_start, lives_widget_get_allocation_height(eventbox)); in draw_block()
1410 lives_painter_line_to(cr, offset_end, lives_widget_get_allocation_height(eventbox)); in draw_block()
1413 lives_painter_line_to(cr, offset_start, lives_widget_get_allocation_height(eventbox)); in draw_block()
1532 lives_painter_line_to(cr, i, y); in draw_aparams()
13575 lives_painter_line_to(cr, start_x + width - rel_x - 1, offs_y_start); in mouse_select_move()
13580 lives_painter_line_to(cr, start_x + width - rel_x - 1, offs_y_end); in mouse_select_move()
13584 lives_painter_line_to(cr, start_x - rel_x, offs_y_end); in mouse_select_move()
13586 lives_painter_line_to(cr, start_x - rel_x - 1, offs_y_end); in mouse_select_move()
18351 lives_painter_line_to(cr, i, (.5 - ypos) * (float)lives_widget_get_allocation_height(ebox)); in draw_soundwave()
[all …]
H A Dcallbacks.c9904 lives_painter_line_to(creb, offset, allocy + allocheight);
9938 lives_painter_line_to(creb, offset, allocy + allocheight);
9947 lives_painter_line_to(creb, offset, allocy + allocheight);
H A Dmain.c5604 lives_painter_line_to(cr, rwidth, 0); in set_drawing_area_from_pixbuf()
5606 lives_painter_line_to(cr, rwidth, rheight); in set_drawing_area_from_pixbuf()