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
211 font_options=cairo_font_options_create(); in ReadPANGOImage()
216 cairo_font_options_set_hint_style(font_options,CAIRO_HINT_STYLE_NONE); in ReadPANGOImage()
218 cairo_font_options_set_hint_style(font_options,CAIRO_HINT_STYLE_FULL); in ReadPANGOImage()
221 pango_cairo_context_set_font_options(context,font_options); in ReadPANGOImage()
222 cairo_font_options_destroy(font_options); in ReadPANGOImage()
/external/harfbuzz_ng/util/
Dhelper-cairo.cc133 cairo_font_options_t *font_options; in helper_cairo_create_scaled_font() local
139 font_options = cairo_font_options_create (); in helper_cairo_create_scaled_font()
140 cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_NONE); in helper_cairo_create_scaled_font()
141 cairo_font_options_set_hint_metrics (font_options, CAIRO_HINT_METRICS_OFF); in helper_cairo_create_scaled_font()
146 font_options); in helper_cairo_create_scaled_font()
148 cairo_font_options_destroy (font_options); in helper_cairo_create_scaled_font()