Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dfont_fallback_win_unittest.cc90 EXPECT_TRUE(iterator.NextFont(&font)); in TEST()
93 EXPECT_TRUE(iterator.NextFont(&font)); in TEST()
96 EXPECT_FALSE(iterator.NextFont(&font)); in TEST()
104 EXPECT_TRUE(iterator.NextFont(&font)); in TEST()
108 EXPECT_TRUE(iterator.NextFont(&font)); in TEST()
111 EXPECT_TRUE(iterator.NextFont(&font)); in TEST()
114 EXPECT_FALSE(iterator.NextFont(&font)); in TEST()
Dfont_fallback_win.h51 bool NextFont(Font* font);
Dfont_fallback_win.cc204 bool LinkedFontsIterator::NextFont(Font* font) { in NextFont() function in gfx::LinkedFontsIterator
Drender_text_win.cc1063 while (fonts.NextFont(&current_font)) { in LayoutTextRun()