HomeSort by relevance Sort by last modified time
    Searched refs:DeriveFont (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/gfx/
platform_font.h 34 virtual Font DeriveFont(int size_delta, int style) const = 0;
platform_font_ios.h 20 virtual Font DeriveFont(int size_delta, int style) const OVERRIDE;
platform_font_mac.h 22 virtual Font DeriveFont(int size_delta, int style) const OVERRIDE;
font.cc 42 return platform_font_->DeriveFont(size_delta, style);
platform_font_pango.h 44 virtual Font DeriveFont(int size_delta, int style) const OVERRIDE;
58 // from DeriveFont.
platform_font_win.h 57 virtual Font DeriveFont(int size_delta, int style) const OVERRIDE;
platform_font_win.cc 108 Font font = DeriveFont(-1, style);
133 Font PlatformFontWin::DeriveFont(int size_delta, int style) const {
platform_font_pango.cc 151 Font PlatformFontPango::DeriveFont(int size_delta, int style) const {

Completed in 120 milliseconds