/external/chromium_org/third_party/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/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_ozone.cc | 21 int font_size) {
|
platform_font_ios.h | 17 int font_size); 34 PlatformFontIOS(const std::string& font_name, int font_size, int style); 39 int font_size,
|
platform_font_android.cc | 25 int font_size) {
|
platform_font_mac.h | 19 int font_size); 36 PlatformFontMac(const std::string& font_name, int font_size, int font_style);
|
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(); 194 return font_ref_->font_size(); 212 int font_size) { 213 HFONT hf = ::CreateFont(-font_size, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252 const int font_size local [all...] |
platform_font_win.h | 21 PlatformFontWin(const std::string& font_name, int font_size); 86 int font_size, 101 int font_size() const { return font_size_; } function in class:gfx::PlatformFontWin::HFontRef 138 int font_size);
|
font_list.cc | 21 // Parses font description into |font_names|, |font_style| and |font_size|. 25 int* font_size) { 33 base::StringToInt(styles_size.back(), font_size); 34 DCHECK_GT(*font_size, 0); 54 std::string FontStyleAndSizeToString(int font_style, int font_size) { 60 result += base::IntToString(font_size); 65 // Returns font description from |font_names|, |font_style|, and |font_size|. 68 int font_size) { 70 description += "," + FontStyleAndSizeToString(font_style, font_size); 106 int font_size) [all...] |
platform_font_pango.h | 25 PlatformFontPango(const std::string& font_name, int font_size); 76 void InitWithNameAndSize(const std::string& font_name, int font_size); 80 int font_size,
|
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.cc | 114 int font_size) { 115 InitWithNameAndSize(font_name, font_size); 298 int font_size) { 299 DCHECK_GT(font_size, 0); 318 font_size, 325 int font_size, 329 font_size_pixels_ = font_size; 421 int font_size) { 422 return new PlatformFontPango(font_name, font_size);
|
font.h | 55 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 ()));
|
/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);
|