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

  /external/chromium/chrome/common/
badge_util.cc 56 float font_size,
63 paint->setTextSize(SkFloatToScalar(font_size));
92 // add 'font_size - 1' to the height.
94 SkScalar y = (icon.height() - font_size)/2 + font_size - 1;
  /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);
  /frameworks/media/libvideoeditor/vss/common/inc/
M4DA_Types.h 168 M4OSA_UInt8 font_size; /**< size in pixel of font */ member in struct:__anon15882
  /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);
  /build/tools/droiddoc/templates-sdk/assets/design/
default.scss 54 @mixin fontheight($font_size, $line_height) {
55 font-size: $font_size;
  /hardware/ril/include/telephony/
ril_cdma_sms.h 347 RIL_CDMA_SMS_UdhFontSize font_size ; /*bit 3 and bit 2*/ member in struct:__anon16440

Completed in 802 milliseconds