Searched refs:style_end (Results 1 – 1 of 1) sorted by relevance
354 const size_t style_end = std::min(bold_end, italic_end); in SetupPangoAttributes() local363 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()