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

  /external/ImageMagick/coders/
pango.c 107 *font_options;
208 font_options=cairo_font_options_create();
213 cairo_font_options_set_hint_style(font_options,CAIRO_HINT_STYLE_NONE);
215 cairo_font_options_set_hint_style(font_options,CAIRO_HINT_STYLE_FULL);
218 pango_cairo_context_set_font_options(context,font_options);
219 cairo_font_options_destroy(font_options);
105 *font_options; local
  /external/harfbuzz_ng/util/
helper-cairo.cc 105 cairo_font_options_t *font_options; local
111 font_options = cairo_font_options_create ();
112 cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_NONE);
113 cairo_font_options_set_hint_metrics (font_options, CAIRO_HINT_METRICS_OFF);
118 font_options);
120 cairo_font_options_destroy (font_options);

Completed in 181 milliseconds