Home
last modified time | relevance | path

Searched refs:cairo_perf_can_run (Results 1 – 25 of 46) sorted by relevance

12

/dports/graphics/cairo/cairo-1.17.4/perf/micro/
H A Ddisjoint.c91 return cairo_perf_can_run (perf, "disjoint", NULL); in disjoint_enabled()
97 if (! cairo_perf_can_run (perf, "disjoint", NULL)) in disjoint()
H A Dpixel.c201 return cairo_perf_can_run (perf, "pixel", NULL); in pixel_enabled()
222 return cairo_perf_can_run (perf, "a1-pixel", NULL); in a1_pixel_enabled()
H A Dpaint-with-alpha.c50 return cairo_perf_can_run (perf, "paint-with-alpha", NULL); in paint_with_alpha_enabled()
H A Dpaint.c50 return cairo_perf_can_run (perf, "paint", NULL); in paint_enabled()
H A Dunaligned-clip.c66 return cairo_perf_can_run (perf, "unaligned-clip", NULL); in unaligned_clip_enabled()
H A Dlong-dashed-lines.c67 return cairo_perf_can_run (perf, "long-dashed-lines", NULL); in long_dashed_lines_enabled()
H A Dsubimage_copy.c58 return cairo_perf_can_run (perf, "subimage-copy", NULL); in subimage_copy_enabled()
H A Dmask.c278 return cairo_perf_can_run (perf, "mask", NULL); in mask_enabled()
284 if (! cairo_perf_can_run (perf, "mask", NULL)) in mask()
H A Dtext.c62 return cairo_perf_can_run (perf, "text", NULL); in text_enabled()
H A Dtwin.c49 return cairo_perf_can_run (perf, "twin", NULL); in twin_enabled()
H A Dzrusin.c88 return cairo_perf_can_run (perf, "zrusin", NULL); in zrusin_enabled()
H A Dcomposite-checker.c81 return cairo_perf_can_run (perf, "composite-checker", NULL); in composite_checker_enabled()
H A Dsierpinski.c87 return cairo_perf_can_run (perf, "sierpinski", NULL); in sierpinski_enabled()
H A Dhash-table.c107 return cairo_perf_can_run (perf, "hash-table", NULL); in hash_table_enabled()
H A Dpattern_create_radial.c85 return cairo_perf_can_run (perf, "pattern-create-radial", NULL); in pattern_create_radial_enabled()
H A Dtessellate.c147 return cairo_perf_can_run (perf, "tessellate", NULL); in tessellate_enabled()
H A Dpythagoras-tree.c88 return cairo_perf_can_run (perf, "pythagoras-tree", NULL); in pythagoras_tree_enabled()
H A Dfill.c113 return cairo_perf_can_run (perf, "fill", NULL); in fill_enabled()
H A Dstroke.c92 return cairo_perf_can_run (perf, "stroke", NULL); in stroke_enabled()
H A Dwave.c108 return cairo_perf_can_run (perf, "wave", NULL); in wave_enabled()
H A Drectangles.c101 return cairo_perf_can_run (perf, "rectangles", NULL); in rectangles_enabled()
H A Dcurve.c101 return cairo_perf_can_run (perf, "curve", NULL); in curve_enabled()
H A Da1-curve.c101 return cairo_perf_can_run (perf, "a1-curve", NULL); in a1_curve_enabled()
H A Dfill-clip.c117 return cairo_perf_can_run (perf, "fillclip", NULL); in fill_clip_enabled()
/dports/graphics/cairo/cairo-1.17.4/perf/
H A Dcairo-analyse-trace.c105 cairo_perf_can_run (cairo_perf_t *perf, in cairo_perf_can_run() function
476 if (cairo_perf_can_run (perf, dirname, &is_explicit)) in cairo_perf_trace_dir()
502 if (!force && ! cairo_perf_can_run (perf, de->d_name, NULL)) in cairo_perf_trace_dir()

12