Home
last modified time | relevance | path

Searched refs:style_end (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text_pango.cc354 const size_t style_end = std::min(bold_end, italic_end); in SetupPangoAttributes() local
363 pango_attr->end_index = TextIndexToLayoutIndex(style_end); in SetupPangoAttributes()
366 bold += bold_end == style_end ? 1 : 0; in SetupPangoAttributes()
367 italic += italic_end == style_end ? 1 : 0; in SetupPangoAttributes()