Home | History | Annotate | Download | only in gfx

Lines Matching refs:styles

356   // Only split text runs as needed for bold and italic font styles changes.
357 BreakList<bool>::const_iterator bold = styles()[BOLD].breaks().begin();
358 BreakList<bool>::const_iterator italic = styles()[ITALIC].breaks().begin();
359 while (bold != styles()[BOLD].breaks().end() &&
360 italic != styles()[ITALIC].breaks().end()) {
363 const size_t bold_end = styles()[BOLD].GetRange(bold).end();
364 const size_t italic_end = styles()[ITALIC].GetRange(italic).end();
382 DCHECK(bold == styles()[BOLD].breaks().end());
383 DCHECK(italic == styles()[ITALIC].breaks().end());
411 internal::StyleIterator style(colors(), styles());
460 // but can span multiple styles, Pango splits the
461 // styles evenly over the glyph. We can do this too by