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

1 2

  /external/sfntly/cpp/src/sample/chromium/
font_subsetter.cc 23 size_t font_size,
28 original_font == NULL || font_size == 0 ||
34 if (!subsetter.LoadFont(font_name, original_font, font_size)) {
font_subsetter.h 38 // |font_size| Size of |original_font| in bytes.
45 size_t font_size,
subsetter_impl.h 59 size_t font_size);
  /external/chromium_org/ui/gfx/
platform_font_ios.h 17 int font_size);
32 PlatformFontIOS(const std::string& font_name, int font_size, int style);
37 int font_size,
platform_font_mac.h 18 int font_size);
33 PlatformFontMac(const std::string& font_name, int font_size, int style);
38 int font_size,
platform_font_android.cc 25 int font_size) {
platform_font_win.cc 87 int font_size) {
88 InitWithFontNameAndSize(font_name, font_size);
102 int font_size = font.GetFontSize(); local
103 while (font_height > height && font_size != min_font_size) {
105 if (font_height == font.GetHeight() && font_size == font.GetFontSize())
108 font_size = font.GetFontSize();
183 return font_ref_->font_size();
201 int font_size) {
202 HFONT hf = ::CreateFont(-font_size, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
239 const int font_size local
    [all...]
platform_font_win.h 21 PlatformFontWin(const std::string& font_name, int font_size);
84 int font_size,
97 int font_size() const { return font_size_; } function in class:gfx::PlatformFontWin::HFontRef
133 int font_size);
font_list.cc 16 // Parses font description into |font_names|, |font_style| and |font_size|.
20 int* font_size) {
28 base::StringToInt(styles_size.back(), font_size);
29 DCHECK_GT(*font_size, 0);
49 std::string FontStyleAndSizeToString(int font_style, int font_size) {
55 result += base::IntToString(font_size);
60 // Returns font description from |font_names|, |font_style|, and |font_size|.
63 int font_size) {
65 description += "," + FontStyleAndSizeToString(font_style, font_size);
94 int font_size)
    [all...]
platform_font.h 25 // (encoded in UTF-8) and |font_size| in pixels.
27 int font_size);
font.cc 33 Font::Font(const std::string& font_name, int font_size)
35 font_size)) {
platform_font_pango.h 23 PlatformFontPango(const std::string& font_name, int font_size);
63 void InitWithNameAndSize(const std::string& font_name, int font_size);
platform_font_pango.cc 134 int font_size) {
135 InitWithNameAndSize(font_name, font_size);
265 int font_size) {
266 DCHECK_GT(font_size, 0);
285 font_size,
292 int font_size,
296 font_size_pixels_ = font_size;
389 int font_size) {
390 return new PlatformFontPango(font_name, font_size);
font.h 46 Font(const std::string& font_name, int font_size);
font_list.h 47 int font_size);
  /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);
  /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_org/chrome/common/
badge_util.cc 96 float font_size,
103 paint->setTextSize(SkFloatToScalar(font_size));
132 // add 'font_size - 1' to the height.
134 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/av/libvideoeditor/vss/common/inc/
M4DA_Types.h 168 M4OSA_UInt8 font_size; /**< size in pixel of font */ member in struct:__anon30967
  /external/chromium_org/chrome/browser/automation/
automation_provider.cc 696 int font_size) {
698 static_cast<AutomationPageFontSize>(font_size);
703 << font_size;
714 profile->GetPrefs()->SetInteger(prefs::kWebKitDefaultFontSize, font_size);

Completed in 574 milliseconds

1 2