Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Drender_text.h89 class StyleIterator {
91 StyleIterator(const BreakList<SkColor>& colors,
93 ~StyleIterator();
112 DISALLOW_COPY_AND_ASSIGN(StyleIterator);
Drender_text.cc308 StyleIterator::StyleIterator(const BreakList<SkColor>& colors, in StyleIterator() function in gfx::internal::StyleIterator
317 StyleIterator::~StyleIterator() {} in ~StyleIterator()
319 Range StyleIterator::GetRange() const { in GetRange()
326 void StyleIterator::UpdatePosition(size_t position) { in UpdatePosition()
Drender_text_mac.cc206 internal::StyleIterator style(colors(), styles()); in ApplyStyles()
Drender_text_pango.cc405 internal::StyleIterator style(colors(), styles()); in DrawVisualText()
Drender_text_win.cc923 internal::StyleIterator style(empty_colors, styles()); in ItemizeLogicalText()