OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:font_options
(Results
1 - 2
of
2
) sorted by null
/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
);
/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
Completed in 259 milliseconds