Lines Matching defs:wops
1385 struct annotation_write_ops wops = {
1404 annotation_line__write(al, notes, &wops, apd);
1406 wops.first_line = false;
2033 const struct annotation_write_ops *wops,
2036 bool current_entry = wops->current_entry;
2037 bool change_color = wops->change_color;
2039 int width = wops->width;
2045 void *obj = wops->obj;
2046 int (*obj__set_color)(void *obj, int color) = wops->set_color;
2047 void (*obj__set_percent_color)(void *obj, double percent, bool current) = wops->set_percent_color;
2048 int (*obj__set_jumps_percent_color)(void *obj, int nr, bool current) = wops->set_jumps_percent_color;
2049 void (*obj__printf)(void *obj, const char *fmt, ...) = wops->printf;
2050 void (*obj__write_graph)(void *obj, int graph) = wops->write_graph;
2052 if (wops->first_line && (al->offset == -1 || percent_max == 0.0)) {