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

  /external/harfbuzz_ng/util/
view-cairo.cc 38 (vertical ? *w : *h) = (int) lines->len * (font_extents.height + view_options.line_space) - view_options.line_space;
50 *w += view_options.margin.l + view_options.margin.r;
51 *h += view_options.margin.t + view_options.margin.b;
57 cairo_scaled_font_t *scaled_font = helper_cairo_create_scaled_font (font_opts, view_options.font_size);
60 cairo_t *cr = helper_cairo_create_context (w, h, &view_options, &output_options);
79 cairo_translate (cr, view_options.margin.l, view_options.margin.t)
    [all...]
view-cairo.hh 38 view_options (parser),
49 scale = double (view_options.font_size) / hb_face_get_upem (hb_font_get_face (font_opts->get_font ()));
95 view_options_t view_options; member in struct:view_cairo_t

Completed in 63 milliseconds