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

1 2

  /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/chromium_org/ui/gfx/
platform_font_ozone.cc 21 int font_size) {
platform_font_ios.h 17 int font_size);
33 PlatformFontIOS(const std::string& font_name, int font_size, int style);
38 int font_size,
platform_font_android.cc 25 int font_size) {
platform_font_mac.h 19 int font_size);
35 PlatformFontMac(const std::string& font_name, int font_size, int font_style);
platform_font_win.cc 95 int font_size) {
96 InitWithFontNameAndSize(font_name, font_size);
110 int font_size = font.GetFontSize(); local
111 while (font_height > height && font_size != min_font_size) {
113 if (font_height == font.GetHeight() && font_size == font.GetFontSize())
116 font_size = font.GetFontSize();
193 return font_ref_->font_size();
217 int font_size) {
218 HFONT hf = ::CreateFont(-font_size, 0, 0, 0, FW_DONTCARE, FALSE, FALSE, FALSE,
267 const int font_size local
    [all...]
platform_font_win.h 21 PlatformFontWin(const std::string& font_name, int font_size);
85 int font_size,
100 int font_size() const { return font_size_; } function in class:gfx::PlatformFontWin::HFontRef
137 int font_size);
font_list.cc 35 int font_size)
36 : impl_(new FontListImpl(font_names, font_style, font_size)) {}
75 for (int font_size = font_list.GetFontSize(); font_size > 1; --font_size) {
font_list_impl.cc 17 // Parses font description into |font_names|, |font_style| and |font_size|.
21 int* font_size) {
29 base::StringToInt(styles_size.back(), font_size);
30 DCHECK_GT(*font_size, 0);
50 std::string FontStyleAndSizeToString(int font_style, int font_size) {
56 result += base::IntToString(font_size);
61 // Returns font description from |font_names|, |font_style|, and |font_size|.
64 int font_size) {
66 description += "," + FontStyleAndSizeToString(font_style, font_size);
87 int font_size)
    [all...]
platform_font.h 26 // (encoded in UTF-8) and |font_size| in pixels.
28 int font_size);
font.cc 33 Font::Font(const std::string& font_name, int font_size)
35 font_size)) {
font.h 56 Font(const std::string& font_name, int font_size);
font_list_impl.h 38 int font_size);
font_list.h 47 int font_size);
render_text_harfbuzz.h 65 int font_size; member in struct:gfx::internal::TextRunHarfBuzz
  /external/chromium_org/extensions/browser/
renderer_startup_helper.cc 48 std::string font_family, font_size; local
50 fonts->GetString("fontsize", &font_size);
52 font_family, font_size));
  /external/chromium_org/chrome/browser/android/accessibility/
font_size_prefs_android.cc 35 jfloat font_size) {
37 static_cast<double>(font_size));
118 void FontSizePrefsObserverAndroid::OnChangeFontSize(float font_size) {
121 env, java_ref_.obj(), font_size);
  /external/harfbuzz_ng/util/
helper-cairo.hh 37 double font_size);
view-cairo.hh 49 scale = double (view_options.font_size) / hb_face_get_upem (hb_font_get_face (font_opts->get_font ()));
helper-cairo.cc 74 double font_size)
108 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/perf-3.12.0/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/ash/sticky_keys/
sticky_keys_overlay.cc 132 int font_size = font.GetFontSize(); local
137 int horizontal_spacing = font_size / 2;
138 int vertical_spacing = font_size / 2 - font_padding;
139 int child_spacing = font_size - 2 * font_padding;

Completed in 1472 milliseconds

1 2