/external/chromium/chrome/browser/chromeos/status/ |
status_area_button.cc | 24 // Status area font is bigger. 38 gfx::Font font = local 40 font = font.DeriveFont(3, gfx::Font::BOLD); 41 SetFont(font);
|
/external/chromium/chrome/browser/resources/ |
about_version.html | 12 font-family:Helvetica,Arial,sans-serif; 29 font-weight: bold; 33 font-size: 0.9em; 47 font-size: 0.7em; 51 font-size: 0.7em; 56 font-family: monospace; 59 font-family: monospace;
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
ev_bubble_decoration.mm | 12 #include "ui/gfx/font.h" 52 NSFont* font) 53 : BubbleDecoration(font), 54 font_([font retain]), 94 gfx::Font font(base::SysNSStringToUTF16([font_ fontName]), 97 ui::ElideText(base::SysNSStringToUTF16(full_label_), font, width_left,
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_result_view.h | 11 #include "ui/gfx/font.h" 39 const gfx::Font& font, 40 const gfx::Font& bold_font); 110 const gfx::Font normal_font_; 111 const gfx::Font bold_font_; 113 // Width of the ellipsis in the normal font.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
styles.css | 25 font-family: Verdana, sans-serif; 26 font-size: 16px; 92 font-family: "Verdana", sans-serif; 93 font-size: 20px; 129 font-family: "Lucida Console", Monospace; 130 font-size: 14px; 155 font-family: "Lucida Console", Monospace;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
styles.css | 25 font-family: Verdana, sans-serif; 26 font-size: 16px; 92 font-family: "Verdana", sans-serif; 93 font-size: 20px; 129 font-family: "Lucida Console", Monospace; 130 font-size: 14px; 155 font-family: "Lucida Console", Monospace;
|
/external/chromium_org/content/renderer/pepper/ |
pepper_truetype_font_linux.cc | 35 // TODO(bbudge) Modify content API to return results of font matching and 47 // names should be mapped by FontConfig to an appropriate default font. 89 // Get the 2 byte numTables field at an offset of 4 in the font. 99 // Font data is stored in big-endian order. 102 // The font has a header, followed by n table entries in its directory. 107 // Get the table directory entries, which follow the font header. 133 // Get the size of the font data first.
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
FontBuilder.h | 80 // FIXME: These need to just vend a Font object eventually. 97 // This function fixes up the default font size if it detects that the current generic font family has changed. -dwh 106 // any notion of RenderStyle from here, allowing FontBuilder to build Font objects 112 // Fontbuilder is responsbile for creating the Font() 113 // object on RenderStyle from various other font-related 116 // style->font() with this bool.
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
test.cc | 52 fprintf (stderr, "usage: %s font-file.ttf\n", argv[0]); 88 printf ("Opened font file %s: %u bytes long\n", argv[1], hb_blob_get_length (blob)); 96 hb_font_t *font = hb_font_create (face); local 97 hb_font_set_scale (font, upem, upem); 100 hb_ft_font_set_funcs (font); 108 hb_shape (font, buffer, NULL, 0); 130 hb_font_destroy (font);
|
hb-ot-shape-complex-arabic-fallback.hh | 57 hb_font_t *font, 71 !hb_font_get_glyph (font, u, 0, &u_glyph) || 72 !hb_font_get_glyph (font, s, 0, &s_glyph) || 107 hb_font_t *font) 127 if (!hb_font_get_glyph (font, first_u, 0, &first_glyph)) 147 !hb_font_get_glyph (font, second_u, 0, &second_glyph) || 148 !hb_font_get_glyph (font, ligature_u, 0, &ligature_glyph)) 187 hb_font_t *font, 191 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index); 193 return arabic_fallback_synthesize_lookup_ligature (plan, font); [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
font_parsing_test.cc | 21 #include "sfntly/font.h" 107 FontPtr font; local 108 font.Attach(font_builder->Build()); 110 factory->SerializeFont(font, &output_stream); 125 FontPtr font; local 126 font.Attach(font_builder->Build()); 128 factory->SerializeFont(font, &output_stream);
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.page.buildbot_page_measurement_results.html | 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.page.html"><font color="#ffffff">page</font></a>.buildbot_page_measurement_results</strong></big></big></font></td 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/page/buildbot_page_measurement_results.py">telemetry/page/buildbot_page_measurement_results.py</a></font></td></tr></table> 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr [all...] |
/external/harfbuzz_ng/src/ |
test.cc | 49 fprintf (stderr, "usage: %s font-file.ttf\n", argv[0]); 85 printf ("Opened font file %s: %u bytes long\n", argv[1], hb_blob_get_length (blob)); 93 hb_font_t *font = hb_font_create (face); local 94 hb_font_set_scale (font, upem, upem); 97 hb_ft_font_set_funcs (font); 104 hb_shape (font, buffer, NULL, 0); 126 hb_font_destroy (font);
|
hb-buffer-serialize.cc | 68 hb_font_t *font, 93 hb_font_glyph_to_string (font, info[i].codepoint, g, sizeof (g)); 141 hb_font_t *font, 160 hb_font_glyph_to_string (font, info[i].codepoint, p, 128); 204 hb_font_t *font, /* May be NULL */ 221 if (!font) 222 font = hb_font_get_empty (); 229 font, flags); 234 font, flags); 294 hb_font_t *font, /* May be NULL * [all...] |
hb-coretext.cc | 41 HB_SHAPER_DATA_ENSURE_DECLARE(coretext, font) 104 * shaper font data 112 _hb_coretext_shaper_font_data_create (hb_font_t *font) 114 if (unlikely (!hb_coretext_shaper_face_data_ensure (font->face))) return NULL; 120 hb_face_t *face = font->face; 123 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL); 125 DEBUG_MSG (CORETEXT, font, "Font CTFontCreateWithGraphicsFont() failed"); 161 hb_coretext_font_get_ct_font (hb_font_t *font) 163 if (unlikely (!hb_coretext_shaper_font_data_ensure (font))) return NULL [all...] |
hb-graphite2.cc | 33 #include <graphite2/Font.h> 42 HB_SHAPER_DATA_ENSURE_DECLARE(graphite2, font) 153 * shaper font data 162 _hb_graphite2_shaper_font_data_create (hb_font_t *font) 164 if (unlikely (!hb_graphite2_shaper_face_data_ensure (font->face))) return NULL; 166 hb_face_t *face = font->face; 169 return gr_make_font_with_advance_fn (font->x_scale, font, &hb_graphite2_get_advance, face_data->grface); 179 hb_graphite2_font_get_gr_font (hb_font_t *font) 181 if (unlikely (!hb_graphite2_shaper_font_data_ensure (font))) return NULL [all...] |
/external/harfbuzz_ng/util/ |
hb-shape.cc | 28 #include "main-font-text.hh" 43 font = hb_font_reference (font_opts->get_font ()); 79 format.serialize_buffer_of_text (buffer, line_no, text, text_len, font, gs); 97 format.serialize_buffer_of_glyphs (buffer, line_no, text, text_len, font, 103 hb_font_destroy (font); 106 font = NULL; 115 hb_font_t *font; member in struct:output_buffer_t
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
make.php | 86 1 => 'color: #666622; font-weight: bold;', 88 //3 => 'color: #000000; font-weight: bold;' 91 1 => 'color: #339900; font-style: italic;', 92 2 => 'color: #000099; font-weight: bold;', 96 0 => 'color: #000099; font-weight: bold;' 111 0 => 'color: #000088; font-weight: bold;', 112 1 => 'color: #0000CC; font-weight: bold;',
|
/external/sfntly/cpp/src/test/ |
font_parsing_test.cc | 21 #include "sfntly/font.h" 107 FontPtr font; local 108 font.Attach(font_builder->Build()); 110 factory->SerializeFont(font, &output_stream); 125 FontPtr font; local 126 font.Attach(font_builder->Build()); 128 factory->SerializeFont(font, &output_stream);
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.css | 16 font-size: 1em; 23 font-size: 13px; 32 font-size:12px; 78 font-size:12px; 79 font-weight: bold; 113 font-weight:bold; 164 font-weight:normal; 219 font-size:10px; 246 font-size:1.7em; 250 font-size:.9em [all...] |
/build/tools/droiddoc/templates-sac/assets/ |
android-developer-docs.css | 28 font-family:arial,sans-serif; 30 font-size:13px; 52 font-family:inherit; 53 font-size:inherit; 70 font-family:monospace; 76 font-style:italic; 161 font-size:1em; 254 font-size: 13px; 255 font-weight: bold; 289 font-weight: bold [all...] |
/build/tools/droiddoc/templates-sdk/assets/ |
android-developer-docs.css | 28 font-family:arial,sans-serif; 30 font-size:13px; 52 font-family:inherit; 53 font-size:inherit; 70 font-family:monospace; 76 font-style:italic; 161 font-size:1em; 254 font-size: 13px; 255 font-weight: bold; 289 font-weight: bold [all...] |
/external/chromium_org/chrome/browser/resources/ |
components.css | 12 font-size: 103%; 49 font-size: 156%; 50 font-weight: bold; 56 font-size: 120%; 62 font-weight: bold; 66 font-size: 88%; 74 font-size: 99%; 94 font-weight: bold; 153 font-size: 97%; 160 font-size: 89% [all...] |
plugins.css | 12 font-size: 103%; 49 font-size: 156%; 50 font-weight: bold; 56 font-size: 120%; 62 font-weight: bold; 66 font-size: 88%; 74 font-size: 99%; 89 font-weight: bold; 148 font-size: 97%; 155 font-size: 89% [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/ |
index.html.template | 11 <p><b><font face="Verdana" size="+3">@type@ Build: @build@</font></b><br> 22 <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"> <b><font face="Arial,Helvetica" color="#FFFFFF">Requirements</font></b></td></tr></table> 30 <b><font face="Arial,Helvetica" color="#FFFFFF"> 32 </font></b></td></tr> 51 <b><font face="Arial,Helvetica" color="#FFFFFF"> 53 </font></b></td></tr> 71 <b><font face="Arial,Helvetica" color="#FFFFFF"> 73 </font></b></td></tr [all...] |