/external/chromium_org/ui/gfx/ |
font_list_unittest.cc | 47 int font_size = 11; local 48 FontList font_list = FontList(font_names, font_style, font_size);
|
platform_font_win.h | 21 PlatformFontWin(const std::string& font_name, int font_size); 86 int font_size, 101 int font_size() const { return font_size_; } function in class:gfx::PlatformFontWin::HFontRef 138 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(); 194 return font_ref_->font_size(); 212 int font_size) { 213 HFONT hf = ::CreateFont(-font_size, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252 const int font_size local [all...] |
render_text_win.cc | 98 // Changes |font| to have the specified |font_size| (or |font_height| on Windows 101 void DeriveFontIfNecessary(int font_size, 109 // |font_size| to match GDI behavior. 119 if (current_style != target_style || current_size != font_size) 120 *font = font->DeriveFont(font_size - current_size, target_style); 1175 const int font_size = run->font.GetFontSize(); local [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:__anon29164
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
browser_options_handler.cc | 1349 int font_size; local [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_service.cc | 2608 std::string font_family, font_size; local [all...] |
/hardware/ril/include/telephony/ |
ril_cdma_sms.h | 347 RIL_CDMA_SMS_UdhFontSize font_size ; /*bit 3 and bit 2*/ member in struct:__anon32128
|