Searched refs:NextFont (Results 1 – 4 of 4) sorted by relevance
90 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()
51 bool NextFont(Font* font);
204 bool LinkedFontsIterator::NextFont(Font* font) { in NextFont() function in gfx::LinkedFontsIterator
1063 while (fonts.NextFont(¤t_font)) { in LayoutTextRun()