OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pango_attr
(Results
1 - 3
of
3
) 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.h
61
// Append one pango attribute |
pango_attr
| into pango attribute list |attrs|.
64
PangoAttribute*
pango_attr
,
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 79 milliseconds