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

/external/chromium_org/ui/gfx/
H A Dplatform_font_ozone.cc15 PlatformFont* PlatformFont::CreateFromNativeFont(NativeFont native_font) { argument
H A Dplatform_font_android.cc18 PlatformFont* PlatformFont::CreateFromNativeFont(NativeFont native_font) { argument
H A Dfont.cc26 Font::Font(NativeFont native_font) argument
27 : platform_font_(PlatformFont::CreateFromNativeFont(native_font)) {
H A Dplatform_font_pango.cc95 PlatformFontPango::PlatformFontPango(NativeFont native_font) { argument
97 base::SplitString(pango_font_description_get_family(native_font), ',',
101 pango_font_description_get_size(native_font) / PANGO_SCALE;
102 if (pango_font_description_get_size_is_absolute(native_font))
109 if (pango_font_description_get_weight(native_font) == PANGO_WEIGHT_BOLD)
112 if (pango_font_description_get_style(native_font) == PANGO_STYLE_ITALIC)
118 gfx::GetPangoFontSizeInPixels(native_font),
336 PlatformFont* PlatformFont::CreateFromNativeFont(NativeFont native_font) { argument
337 return new PlatformFontPango(native_font);
H A Dfont.h49 explicit Font(NativeFont native_font);
H A Dplatform_font.h24 static PlatformFont* CreateFromNativeFont(NativeFont native_font);
H A Dplatform_font_ios.h15 explicit PlatformFontIOS(NativeFont native_font);
H A Dplatform_font_mac.h17 explicit PlatformFontMac(NativeFont native_font);
H A Dplatform_font_pango.h25 explicit PlatformFontPango(NativeFont native_font);
H A Dplatform_font_win.cc90 PlatformFontWin::PlatformFontWin(NativeFont native_font) { argument
91 InitWithCopyOfHFONT(native_font);
376 PlatformFont* PlatformFont::CreateFromNativeFont(NativeFont native_font) { argument
377 return new PlatformFontWin(native_font);
H A Dplatform_font_win.h20 explicit PlatformFontWin(NativeFont native_font);

Completed in 110 milliseconds