Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpango.c105 *font_options; in ReadPANGOImage() local
206 font_options=cairo_font_options_create(); in ReadPANGOImage()
211 cairo_font_options_set_hint_style(font_options,CAIRO_HINT_STYLE_NONE); in ReadPANGOImage()
213 cairo_font_options_set_hint_style(font_options,CAIRO_HINT_STYLE_FULL); in ReadPANGOImage()
216 pango_cairo_context_set_font_options(context,font_options); in ReadPANGOImage()
217 cairo_font_options_destroy(font_options); in ReadPANGOImage()
/external/harfbuzz_ng/util/
Dhelper-cairo.cc123 cairo_font_options_t *font_options; in helper_cairo_create_scaled_font() local
129 font_options = cairo_font_options_create (); in helper_cairo_create_scaled_font()
130 cairo_font_options_set_hint_style (font_options, CAIRO_HINT_STYLE_NONE); in helper_cairo_create_scaled_font()
131 cairo_font_options_set_hint_metrics (font_options, CAIRO_HINT_METRICS_OFF); in helper_cairo_create_scaled_font()
136 font_options); in helper_cairo_create_scaled_font()
138 cairo_font_options_destroy (font_options); in helper_cairo_create_scaled_font()