Home
last modified time | relevance | path

Searched refs:font_options (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/coders/
Dpango.c110 *font_options; in ReadPANGOImage() local
216 font_options=cairo_font_options_create(); in ReadPANGOImage()
221 cairo_font_options_set_hint_style(font_options,CAIRO_HINT_STYLE_NONE); in ReadPANGOImage()
223 cairo_font_options_set_hint_style(font_options,CAIRO_HINT_STYLE_FULL); in ReadPANGOImage()
226 pango_cairo_context_set_font_options(context,font_options); in ReadPANGOImage()
227 cairo_font_options_destroy(font_options); in ReadPANGOImage()
/external/harfbuzz_ng/util/
Dhelper-cairo.hh107 cairo_font_options_t *font_options; in helper_cairo_create_scaled_font() local
118 font_options = cairo_font_options_create (); in helper_cairo_create_scaled_font()
119 cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_NONE); in helper_cairo_create_scaled_font()
120 cairo_font_options_set_hint_metrics (font_options, CAIRO_HINT_METRICS_OFF); in helper_cairo_create_scaled_font()
125 font_options); in helper_cairo_create_scaled_font()
127 cairo_font_options_destroy (font_options); in helper_cairo_create_scaled_font()