Searched refs:StyleIterator (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text.h120 class StyleIterator { class in namespace:gfx::internal
122 StyleIterator(const BreakList<SkColor>& colors,
124 ~StyleIterator();
143 DISALLOW_COPY_AND_ASSIGN(StyleIterator);
H A Drender_text.cc371 StyleIterator::StyleIterator(const BreakList<SkColor>& colors, function in class:gfx::internal::StyleIterator
380 StyleIterator::~StyleIterator() {}
382 Range StyleIterator::GetRange() const {
389 void StyleIterator::UpdatePosition(size_t position) {
H A Drender_text_mac.cc208 internal::StyleIterator style(colors(), styles());
H A Drender_text_pango.cc417 internal::StyleIterator style(colors(), styles());
H A Drender_text_harfbuzz.cc910 internal::StyleIterator style(empty_colors, styles());
H A Drender_text_win.cc946 internal::StyleIterator style(empty_colors, styles());

Completed in 94 milliseconds