HomeSort by relevance Sort by last modified time
    Searched full:font_size (Results 1 - 25 of 72) sorted by null

1 2 3

  /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/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);
  /packages/apps/Settings/res/xml/
display_settings.xml 48 android:key="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);
  /packages/apps/SpareParts/res/xml/
spare_parts.xml 76 android:key="font_size"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 47 private static final int FONT_SIZE = 9;
107 fd[i].setHeight(FONT_SIZE);
  /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);
  /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...]
  /packages/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java 58 private static final String FONT_SIZE_PREF = "font_size";
  /frameworks/base/docs/html/guide/topics/resources/
more-resources.jd 304 &lt;dimen name="font_size">16sp&lt;/dimen>
311 float fontSize = res.{@link android.content.res.Resources#getDimension(int) getDimension}(R.dimen.font_size);
318 android:textSize="@dimen/font_size"/>
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 60 private static final String KEY_FONT_SIZE = "font_size";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-swing.jar 
  /hardware/ril/include/telephony/
ril_cdma_sms.h 347 RIL_CDMA_SMS_UdhFontSize font_size ; /*bit 3 and bit 2*/ member in struct:__anon21078
  /packages/apps/Browser/res/values-am/
strings.xml 232 <string name="pref_min_font_size_value" msgid="2924708480509060209">"<xliff:g id="FONT_SIZE">%d</xliff:g>pt"</string>
    [all...]
  /packages/apps/Browser/res/values-ar/
strings.xml 232 <string name="pref_min_font_size_value" msgid="2924708480509060209">"<xliff:g id="FONT_SIZE">%d</xliff:g> ????"</string>
    [all...]
  /packages/apps/Browser/res/values-be/
strings.xml 232 <string name="pref_min_font_size_value" msgid="2924708480509060209">"<xliff:g id="FONT_SIZE">%d</xliff:g>pt"</string>
    [all...]
  /packages/apps/Browser/res/values-bg/
strings.xml 232 <string name="pref_min_font_size_value" msgid="2924708480509060209">"<xliff:g id="FONT_SIZE">%d</xliff:g> ?"</string>
    [all...]

Completed in 1944 milliseconds

1 2 3