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

/external/chromium_org/ui/gfx/
H A Dplatform_font_win_unittest.cc41 PlatformFontWin* platform_font = local
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 = local
101 static_cast<PlatformFontWin*>(base_font.platform_font());
104 platform_font->DeriveFontWithHeight(min_font.GetHeight() - 1, 0);
113 PlatformFontWin* platform_font local
[all...]
H A Dfont.h53 explicit Font(PlatformFont* platform_font);
112 PlatformFont* platform_font() const { return platform_font_.get(); } function in class:gfx::Font
H A Dfont.cc8 #include "ui/gfx/platform_font.h"
30 Font::Font(PlatformFont* platform_font) : platform_font_(platform_font) { argument
H A Dplatform_font_pango.cc92 static_cast<PlatformFontPango*>(default_font_->platform_font()));
H A Drender_text_win.cc54 PlatformFontWin* platform_font = local
55 static_cast<PlatformFontWin*>(font->platform_font());
56 *font = platform_font->DeriveFontWithHeight(font_height, target_style);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dfont_settings_handler.cc51 return static_cast<gfx::PlatformFontWin*>(font.platform_font())->
/external/chromium_org/chrome/browser/extensions/api/font_settings/
H A Dfont_settings_api.cc75 return static_cast<gfx::PlatformFontWin*>(font.platform_font())->

Completed in 170 milliseconds