HomeSort by relevance Sort by last modified time
    Searched defs:font_size (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ui/gfx/
font_list_unittest.cc 46 int font_size = 11; local
47 FontList font_list = FontList(font_names, font_style, font_size);
platform_font_win.h 21 PlatformFontWin(const std::string& font_name, int font_size);
84 int font_size,
97 int font_size() const { return font_size_; } function in class:gfx::PlatformFontWin::HFontRef
133 int font_size);
platform_font_win.cc 87 int font_size) {
88 InitWithFontNameAndSize(font_name, font_size);
102 int font_size = font.GetFontSize(); local
103 while (font_height > height && font_size != min_font_size) {
105 if (font_height == font.GetHeight() && font_size == font.GetFontSize())
108 font_size = font.GetFontSize();
183 return font_ref_->font_size();
201 int font_size) {
202 HFONT hf = ::CreateFont(-font_size, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
239 const int font_size local
    [all...]
render_text_win.cc 96 // Changes |font| to have the specified |font_size| (or |font_height| on Windows
99 void DeriveFontIfNecessary(int font_size,
107 // |font_size| to match GDI behavior.
117 if (current_style != target_style || current_size != font_size)
118 *font = font->DeriveFont(font_size - current_size, target_style);
803 const int font_size = run->font.GetFontSize(); local
806 DeriveFontIfNecessary(font_size, font_height, run->font_style, &run->font);
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.cc 391 int font_size; local
392 if (ExtractIntegerValue(args, &font_size)) {
393 if (font_size > 0) {
394 default_font_size_.SetValue(font_size);
559 FundamentalValue font_size(default_font_size_.GetValue());
561 "options.AdvancedOptions.SetFontSize", font_size);
  /external/linux-tools-perf/util/
svghelper.c 175 double font_size; local
187 font_size = 1.0 * (time2pixels(end)-time2pixels(start));
189 if (font_size > 3)
190 font_size = 3;
192 font_size = round_text_size(font_size);
197 if (font_size > MIN_TEXT_SIZE)
199 font_size, text);
  /external/harfbuzz_ng/util/
options.hh 124 font_size = DEFAULT_FONT_SIZE;
138 double font_size; member in struct:view_options_t
  /frameworks/av/libvideoeditor/vss/common/inc/
M4DA_Types.h 168 M4OSA_UInt8 font_size; /**< size in pixel of font */ member in struct:__anon30967
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc 1482 int font_size; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc 2850 std::string font_family, font_size; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 143 const int font_size = font_list->GetFontSize(); local
146 (font_size <= 1))
148 *font_list = font_list->DeriveFontListWithSize(font_size - 1);
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 347 RIL_CDMA_SMS_UdhFontSize font_size ; /*bit 3 and bit 2*/ member in struct:__anon33930

Completed in 374 milliseconds