/frameworks/av/libvideoeditor/vss/common/inc/ |
M4DA_Types.h | 168 M4OSA_UInt8 font_size; /**< size in pixel of font */ member in struct:__anon31880
|
/external/harfbuzz_ng/util/ |
helper-cairo.cc | 65 double font_size) 83 font_size, font_size);
|
view-cairo.cc | 57 cairo_scaled_font_t *scaled_font = helper_cairo_create_scaled_font (font_opts, view_options.font_size);
|
options.hh | 124 font_size = DEFAULT_FONT_SIZE; 138 double font_size; member in struct:view_options_t
|
options.cc | 251 {"font-size", 0, 0, G_OPTION_ARG_DOUBLE, &this->font_size, "Font size (default: " G_STRINGIFY(DEFAULT_FONT_SIZE) ")","size"},
|
/external/chromium_org/chrome/browser/automation/ |
automation_provider.cc | 665 int font_size) { 667 static_cast<AutomationPageFontSize>(font_size); 672 << font_size; 683 profile->GetPrefs()->SetInteger(prefs::kWebKitDefaultFontSize, font_size);
|
automation_provider.h | 231 void OnSetPageFontSize(int tab_handle, int font_size);
|
/external/chromium_org/chrome_frame/ |
chrome_frame_automation.cc | [all...] |
/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);
|
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...] |
render_text_unittest.cc | [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider.cc | 702 int font_size) { 704 static_cast<AutomationPageFontSize>(font_size); 709 << font_size; 719 prefs::kWebKitDefaultFontSize, font_size); [all...] |
automation_provider.h | 238 void OnSetPageFontSize(int tab_handle, int font_size);
|
/external/chromium_org/chrome/browser/autofill/risk/ |
fingerprint_browsertest.cc | 78 EXPECT_GT(machine.font_size(), 0);
|
/external/chromium_org/chrome/renderer/extensions/ |
dispatcher.h | 174 const std::string& font_size);
|
dispatcher.cc | 564 const std::string& font_size) { 566 system_font_size_ = font_size; [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
browser_options_handler.cc | 1349 int 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:__anon34844
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | 139 for (int font_size = font_list.GetFontSize(); font_size > 1; --font_size) { [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 621 size_t font_size) { 623 mis.Attach(original_font, font_size);
|
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 621 size_t font_size) { 623 mis.Attach(original_font, font_size);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_service.cc | 2608 std::string font_family, font_size; local [all...] |