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

  /external/chromium_org/ui/gfx/
pango_util.cc 78 cairo_hint_style_t cairo_hint_style = CAIRO_HINT_STYLE_DEFAULT; local
80 cairo_hint_style = CAIRO_HINT_STYLE_SLIGHT;
82 cairo_hint_style = CAIRO_HINT_STYLE_MEDIUM;
84 cairo_hint_style = CAIRO_HINT_STYLE_FULL;
87 cairo_font_options_set_hint_style(cairo_font_options, cairo_hint_style);

Completed in 78 milliseconds