Home | History | Annotate | Download | only in gfx

Lines Matching refs:platform_font

41   PlatformFontWin* platform_font =
42 static_cast<PlatformFontWin*>(base_font.platform_font());
49 Font derived_font = platform_font->DeriveFontWithHeight(target_height, 0);
55 derived_font = platform_font->DeriveFontWithHeight(target_height,
76 arial_12.platform_font())->DeriveFontWithHeight(16, 0);
81 arial_15.platform_font())->DeriveFontWithHeight(16, 0);
100 PlatformFontWin* platform_font =
101 static_cast<PlatformFontWin*>(base_font.platform_font());
104 platform_font->DeriveFontWithHeight(min_font.GetHeight() - 1, 0);
113 PlatformFontWin* platform_font =
114 static_cast<PlatformFontWin*>(base_font.platform_font());
116 const Font derived_font = platform_font->DeriveFontWithHeight(1, 0);