HomeSort by relevance Sort by last modified time
    Searched refs:font_size (Results 1 - 14 of 14) 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/harfbuzz_ng/util/
helper-cairo.hh 37 double font_size);
view-cairo.hh 46 scale = double (view_options.font_size) / hb_face_get_upem (hb_font_get_face (font_opts->get_font ()));
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/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/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/av/libvideoeditor/vss/common/inc/
M4DA_Types.h 168 M4OSA_UInt8 font_size; /**< size in pixel of font */ member in struct:__anon18813
  /external/skia/bench/
bench_graph_svg.py 738 font_size = 16
    [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);
  /hardware/ril/include/telephony/
ril_cdma_sms.h 347 RIL_CDMA_SMS_UdhFontSize font_size ; /*bit 3 and bit 2*/ member in struct:__anon21078

Completed in 334 milliseconds