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

/external/chromium_org/ui/gfx/
H A Drender_text_unittest.cc1701 const Font& start_font = spans[start_paren_span_index].first; local
1703 EXPECT_EQ(start_font.GetFontName(), end_font.GetFontName());
1704 EXPECT_EQ(start_font.GetFontSize(), end_font.GetFontSize());
1705 EXPECT_EQ(start_font.GetStyle(), end_font.GetStyle());

Completed in 144 milliseconds