Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Drender_text_unittest.cc1431 const Font& start_font = spans[start_paren_span_index].first; in TEST_F() local
1433 EXPECT_EQ(start_font.GetFontName(), end_font.GetFontName()); in TEST_F()
1434 EXPECT_EQ(start_font.GetFontSize(), end_font.GetFontSize()); in TEST_F()
1435 EXPECT_EQ(start_font.GetStyle(), end_font.GetStyle()); in TEST_F()