Searched refs:draw_right_justified_text (Results 1 – 4 of 4) sorted by relevance
/external/fio/ |
D | printing.c | 50 draw_right_justified_text(cr, "Sans", x, y, 12.0, str); in results_draw_page() 61 draw_right_justified_text(cr, "Sans", x, y, 12.0, str); in results_draw_page()
|
D | cairo_text_helpers.h | 7 void draw_right_justified_text(cairo_t *cr, const char *font,
|
D | cairo_text_helpers.c | 47 void draw_right_justified_text(cairo_t *cr, const char *font, in draw_right_justified_text() function
|
D | graph.c | 426 draw_right_justified_text(cr, g->font, x1 - (x2 - x1) * 0.025, ty, 12.0, tm[i].string); in graph_draw_y_ticks()
|