Пример #1
0
static cairo_perf_ticks_t
tessellate_256 (cairo_t *cr, int width, int height, int loops)
{
    return do_tessellate (cr, 256, loops);
}
Пример #2
0
static cairo_perf_ticks_t
tessellate_64 (cairo_t *cr, int width, int height)
{
    return do_tessellate (cr, 64);
}