Searched refs:font_size (Results 1 - 25 of 64) sorted by path

123

/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_overlay.cc132 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;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDistilledPagePrefsView.java104 mFontScaleSeekBar = (SeekBar) findViewById(R.id.font_size);
/external/chromium_org/chrome/browser/android/accessibility/
H A Dfont_size_prefs_android.cc35 jfloat font_size) {
37 static_cast<double>(font_size));
118 void FontSizePrefsObserverAndroid::OnChangeFontSize(float font_size) { argument
121 env, java_ref_.obj(), font_size);
33 SetFontScaleFactor(JNIEnv* env, jobject obj, jfloat font_size) argument
/external/chromium_org/chrome/browser/extensions/
H A Dbookmark_app_helper.cc60 const size_t font_size = output_size_ * 7 / 16; variable
84 gfx::FontList(gfx::Font(font_name, font_size)),
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc1514 int font_size; local
1515 if (ExtractIntegerValue(args, &font_size)) {
1516 if (font_size > 0) {
1518 pref_service->SetInteger(prefs::kWebKitDefaultFontSize, font_size);
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint_browsertest.cc79 EXPECT_GT(machine.font_size(), 0);
/external/chromium_org/extensions/browser/
H A Drenderer_startup_helper.cc48 std::string font_family, font_size; local
50 fonts->GetString("fontsize", &font_size);
52 font_family, font_size));
/external/chromium_org/extensions/renderer/
H A Ddispatcher.cc904 const std::string& font_size) {
906 system_font_size_ = font_size;
903 OnSetSystemFont(const std::string& font_family, const std::string& font_size) argument
H A Ddispatcher.h189 const std::string& font_size);
/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc162 double font_size = FPDFText_GetFontSize(GetTextPage(), char_index); local
169 node->SetDouble(kTextBoxFontSize, font_size);
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dfont_subsetter.cc23 size_t font_size,
28 original_font == NULL || font_size == 0 ||
34 if (!subsetter.LoadFont(font_name, original_font, font_size)) {
21 SubsetFont(const char* font_name, const unsigned char* original_font, size_t font_size, const unsigned int* glyph_ids, size_t glyph_count, unsigned char** output_buffer) argument
H A Dfont_subsetter.h38 // |font_size| Size of |original_font| in bytes.
45 size_t font_size,
H A Dsubsetter_impl.cc621 size_t font_size) {
623 mis.Attach(original_font, font_size);
619 LoadFont(const char* font_name, const unsigned char* original_font, size_t font_size) argument
H A Dsubsetter_impl.h59 size_t font_size);
/external/chromium_org/ui/gfx/
H A Dfont.cc33 Font::Font(const std::string& font_name, int font_size) argument
35 font_size)) {
H A Dfont.h56 Font(const std::string& font_name, int font_size);
H A Dfont_list.cc35 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) {
33 FontList(const std::vector<std::string>& font_names, int font_style, int font_size) argument
H A Dfont_list.h47 int font_size);
H A Dfont_list_impl.cc17 // 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) { argument
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)
18 ParseFontDescriptionString(const std::string& font_description_string, std::vector<std::string>* font_names, int* font_style, int* font_size) argument
62 BuildFontDescription(const std::vector<std::string>& font_names, int font_style, int font_size) argument
85 FontListImpl(const std::vector<std::string>& font_names, int font_style, int font_size) argument
[all...]
H A Dfont_list_impl.h38 int font_size);
H A Dfont_list_unittest.cc49 int font_size = 11; local
50 FontList font_list = FontList(font_names, font_style, font_size);
H A Dplatform_font.h26 // (encoded in UTF-8) and |font_size| in pixels.
28 int font_size);
H A Dplatform_font_android.cc25 int font_size) {
24 CreateFromNameAndSize(const std::string& font_name, int font_size) argument
H A Dplatform_font_ios.h17 int font_size);
33 PlatformFontIOS(const std::string& font_name, int font_size, int style);
38 int font_size,
H A Dplatform_font_mac.h19 int font_size);
35 PlatformFontMac(const std::string& font_name, int font_size, int font_style);

Completed in 466 milliseconds

123