Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dfont_fallback_win.h45 void SetNextFont(Font font);
Dfont_fallback_win.cc193 SetNextFont(original_font_); in LinkedFontsIterator()
199 void LinkedFontsIterator::SetNextFont(Font font) { in SetNextFont() function in gfx::LinkedFontsIterator
Dfont_fallback_win_unittest.cc107 iterator.SetNextFont(Font("Tahoma", 16)); in TEST()
Drender_text_win.cc1098 fonts.SetNextFont(it->second); in LayoutTextRun()
1112 fonts.SetNextFont(fallback_font); in LayoutTextRun()