示例#1
0
static cairo_time_t
long_lines_cropped_once (cairo_t *cr, int width, int height, int loops)
{
    return do_long_lines (cr, width, height, loops, LONG_LINES_CROPPED | LONG_LINES_ONCE);
}
示例#2
0
static cairo_perf_ticks_t
long_lines_uncropped (cairo_t *cr, int width, int height)
{
    return do_long_lines (cr, width, height, LONG_LINES_UNCROPPED);
}
示例#3
0
static cairo_time_t
long_lines_uncropped (cairo_t *cr, int width, int height, int loops)
{
    return do_long_lines (cr, width, height, loops, 0);
}