Searched defs:expected_font (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dplatform_font_win_unittest.cc20 Font expected_font = base_font; local
25 expected_font = larger_font;
28 } else if (expected_font.GetHeight() > target_height) {
31 expected_font = expected_font.DeriveFont(-1, 0);
32 } while (expected_font.GetHeight() > target_height);
34 return expected_font;
46 Font expected_font = AdjustFontSizeForHeight(base_font, target_height); local
47 ASSERT_LE(expected_font.GetHeight(), target_height);
50 EXPECT_EQ(expected_font
[all...]

Completed in 22 milliseconds