コード例 #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);
}