OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base_font
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
platform_font_win_unittest.cc
16
// Returns a font based on |
base_font
| with height at most |target_height| and
17
// font size maximized. Returns |
base_font
| if height is already equal.
18
gfx::Font AdjustFontSizeForHeight(const gfx::Font&
base_font
,
20
Font expected_font =
base_font
;
21
if (
base_font
.GetHeight() < target_height) {
23
Font larger_font =
base_font
.Derive(1, 0);
40
const Font
base_font
;
local
42
static_cast<PlatformFontWin*>(
base_font
.platform_font());
45
const int target_height =
base_font
.GetHeight() + i;
46
Font expected_font = AdjustFontSizeForHeight(
base_font
, target_height)
98
const Font
base_font
;
local
112
const Font
base_font
;
local
[
all
...]
/external/chromium_org/chrome/common/
badge_util.cc
85
const gfx::Font&
base_font
= rb.GetFont(ResourceBundle::BaseFont);
local
87
base_font
.GetFontName().c_str(), SkTypeface::kNormal));
Completed in 570 milliseconds