HomeSort by relevance Sort by last modified time
    Searched full:draw_aligned_text (Results 1 - 1 of 1) sorted by null

  /external/fio/
cairo_text_helpers.c 5 static void draw_aligned_text(cairo_t *cr, const char *font, double x, double y, function
44 draw_aligned_text(cr, font, x, y, fontsize, text, CENTERED);
51 draw_aligned_text(cr, font, x, y, fontsize, text, RIGHT_JUSTIFIED);
58 draw_aligned_text(cr, font, x, y, fontsize, text, LEFT_JUSTIFIED);

Completed in 117 milliseconds