HomeSort by relevance Sort by last modified time
    Searched defs:pango_attr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/ime/
composition_text_util_pango_unittest.cc 114 PangoAttribute* pango_attr = NULL; local
117 pango_attr = pango_attr_underline_new(
121 pango_attr = pango_attr_background_new(0, 0, 0);
126 pango_attr->start_index =
128 pango_attr->end_index =
130 pango_attr_list_insert(pango_attrs, pango_attr);
  /external/chromium_org/ui/gfx/
render_text_pango.cc 355 PangoAttribute* pango_attr = pango_attr_font_desc_new(desc.get()); local
356 pango_attr->start_index =
358 pango_attr->end_index = TextIndexToLayoutIndex(style_end);
359 pango_attr_list_insert(attrs, pango_attr);

Completed in 52 milliseconds