OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeriveFont
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
font.cc
41
Font Font::
DeriveFont
(int size_delta) const {
42
return
DeriveFont
(size_delta, GetStyle());
45
Font Font::
DeriveFont
(int size_delta, int style) const {
46
return platform_font_->
DeriveFont
(size_delta, style);
platform_font_pango.cc
147
Font PlatformFontPango::
DeriveFont
(int size_delta, int style) const {
platform_font_win.cc
100
Font font =
DeriveFont
(-1, style);
104
font = font.
DeriveFont
(-1, style);
125
Font PlatformFontWin::
DeriveFont
(int size_delta, int style) const {
Completed in 95 milliseconds