Searched defs:font_size (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/common/
H A Dbadge_util.cc56 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;
55 DrawBadgeIconOverlay(const SkBitmap& icon, float font_size, const string16& text, const string16& fallback) argument
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_handler.cc391 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/
H A Dsvghelper.c175 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/chromium/chrome/browser/automation/
H A Dautomation_provider.cc702 int font_size) {
704 static_cast<AutomationPageFontSize>(font_size);
709 << font_size;
719 prefs::kWebKitDefaultFontSize, font_size);
701 OnSetPageFontSize(int tab_handle, int font_size) argument

Completed in 102 milliseconds