HomeSort by relevance Sort by last modified time
    Searched full:cairo_font_options (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/gfx/
pango_util.cc 37 // Return |cairo_font_options|. If needed, allocate and update it.
41 static cairo_font_options_t* cairo_font_options = NULL; local
42 if (cairo_font_options)
43 return cairo_font_options;
45 cairo_font_options = cairo_font_options_create();
50 cairo_font_options_set_antialias(cairo_font_options, CAIRO_ANTIALIAS_NONE);
52 cairo_font_options_set_antialias(cairo_font_options, CAIRO_ANTIALIAS_GRAY);
54 cairo_font_options_set_antialias(cairo_font_options,
67 cairo_font_options_set_subpixel_order(cairo_font_options,
73 cairo_font_options_set_hint_style(cairo_font_options,
146 cairo_font_options_t* cairo_font_options = GetCairoFontOptions(); local
162 pango_layout_get_context(layout), cairo_font_options); local
    [all...]

Completed in 53 milliseconds