예제 #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
파일: tessellate.c 프로젝트: 3oyka/cairo2
static cairo_perf_ticks_t
tessellate_64 (cairo_t *cr, int width, int height)
{
    return do_tessellate (cr, 64);
}