HomeSort by relevance Sort by last modified time
    Searched full:font (Results 1951 - 1975 of 7108) sorted by null

<<71727374757677787980>>

  /external/chromium/chrome/browser/resources/
mobile_setup.html 8 font-family: arial, sans-serif;
9 font-size: 13px;
136 font-weight: bold;
137 font-size: 16px;
141 font-size: 16px;
  /external/chromium/chrome/browser/sync/resources/
passphrase.html 8 font-size: 11pt;
18 font-size: 1.2em;
19 font-weight: bold;
43 font-size: 12pt;
68 font-weight: bold;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
action_choice.css 18 font-family: Open Sans, Droid Sans Fallback, sans-serif;
19 font-size: 84%;
35 font-size: 14px;
36 font-weight: normal;
48 font-size: 12px;
drive_welcome.css 33 font-size: 13px;
34 font-weight: bold;
109 font-size: 140%;
145 font-size: 120%;
169 font-size: 133%;
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.css 80 font-weight: bold;
110 font-family: Arial, Helvetica, sans-serif;
127 font-size: 16px;
140 font-size: 11px;
141 font-weight: bold;
footer_menu.css 16 font: inherit;
113 font-size: 1em;
114 font-weight: bold;
125 font-style: italic;
126 font-weight: normal;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth.css 15 font-weight: bold; /* semibold */
121 font-size: 14px;
122 font-weight: 600;
143 font-size: 20px;
144 font-weight: 600; /* semibold */
  /external/chromium_org/chrome/browser/resources/
safe_browsing_multiple_threat_block.html 9 font-family:Helvetica,Arial,sans-serif;
24 font-size:10pt;
41 font-size:18pt;
44 font-weight:bold;
75 font-size:10pt;
  /external/chromium_org/chrome/browser/ui/cocoa/
screen_capture_notification_ui_cocoa.mm 22 #include "ui/gfx/font.h"
151 gfx::Font font(ui::ResourceBundle::GetSharedInstance()
155 ElideText(text, font, maxLabelWidth, gfx::ELIDE_IN_MIDDLE);
164 [statusTextField setFont:font.GetNativeFont()];
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
sad_tab_view.mm 39 // Set font for title.
43 // Set font for message.
152 NSFont* font = [NSFont systemFontOfSize:[NSFont smallSystemFontSize]];
156 font:font
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.css 7 font: 26px/1.2 Helvetica, sans-serif;
8 font-size: 200%;
17 font: 14px/1 Arial,Sans Serif;
170 font-size: 1.1em;
186 font: 1.5em/1.2 Helvetica Neue, sans-serif;
  /external/chromium_org/content/common/
child_process_sandbox_support_impl_linux.cc 116 // Get the entire font file.
122 // Get a font table. Read the header to find its offset in the file.
125 4 /* skip the font type */));
128 // Font data is stored in net (big-endian) order.
144 // Font data is stored in net (big-endian) order.
  /external/chromium_org/third_party/WebKit/ManualTests/
crash-and-no-repaint-after-wake-from-sleep.html 12 font-family: 'Lucida Grande', Verdana, Arial;
13 font-size: 12px;
73 font-family: 'Georgia', serif;
74 font-size: 36px;
75 font-weight: bold;
no-repaint-after-wake-from-sleep.html 11 font-family: 'Lucida Grande', Verdana, Arial;
12 font-size: 12px;
72 font-family: 'Georgia', serif;
73 font-size: 36px;
74 font-weight: bold;
svg-filter-animation.svg 55 <text font-size="150" font-weight="bold" x="40" y="150">SVG</text>
58 <text id="fps" x="150" y="240" font-size="20" fill="white" stroke="white">afps:</text>
59 <text x="30" y="265" font-size="20" font-weight="bold" fill="white" stroke="white">click on the image to start the animation</text>
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.cpp 115 // require stopping in-progress font loading when the last
166 // Kicks off font load here only if the @font-face has no unicode-range.
167 // @font-faces with unicode-range will be loaded when a GlyphPage for the
168 // font is created.
CSSFontSelector.cpp 65 // after this font has been requested but before it began loading. Balanced by
202 // Try to return the correct font based off our settings, in case we were handed the generic font family name.
228 void CSSFontSelector::beginLoadingFontSoon(FontResource* font)
230 m_fontLoader.addFontToBeginLoading(font);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFaceSkia.cpp 182 hb_font_t* font = hb_font_create(m_face); local
183 hb_font_set_funcs(font, harfBuzzSkiaGetFontFuncs(), hbFontData, destroyHarfBuzzFontData);
186 hb_font_set_scale(font, scale, scale);
187 hb_font_make_immutable(font);
188 return font;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 145 // adds fontName to the font table in fontData, and writes the new font table to rewrittenFontTable
174 // Write the new 'name' table after the original font data.
205 // Rename the font and install the new font data into the system
  /external/chromium_org/third_party/freetype/include/freetype/
ftadvanc.h 64 /* corresponding hinting mode or font driver doesn't allow for very */
98 /* 16.16 format. Otherwise, it is in font units. */
110 /* if the corresponding font backend doesn't have a quick way to */
148 /* Otherwise, they are in font units. */
160 /* if the corresponding font backend doesn't have a quick way to */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 157 hb_ot_layout_get_ligature_carets (hb_font_t *font,
164 return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array);
686 hb_ot_layout_substitute_start (hb_font_t *font, hb_buffer_t *buffer)
688 OT::GSUB::substitute_start (font, buffer);
692 hb_ot_layout_substitute_finish (hb_font_t *font, hb_buffer_t *buffer)
694 OT::GSUB::substitute_finish (font, buffer);
720 hb_ot_layout_position_start (hb_font_t *font, hb_buffer_t *buffer)
722 OT::GPOS::position_start (font, buffer);
726 hb_ot_layout_position_finish (hb_font_t *font, hb_buffer_t *buffer
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
trace.xsl 35 font-family: verdana, sans-serif;
36 font-size: 11px;
37 font-weight: normal;
42 font-weight: bold;
46 font-style: italic;
  /external/chromium_org/ui/keyboard/resources/webui/
main.css 33 font-family: 'Open Sans', sans-serif;
34 font-weight: 600;
55 font-size: 70%;
157 font-size: 55%;
158 font-weight: 200;
  /external/freetype/include/freetype/
ftadvanc.h 64 /* corresponding hinting mode or font driver doesn't allow for very */
98 /* 16.16 format. Otherwise, it is in font units. */
110 /* if the corresponding font backend doesn't have a quick way to */
148 /* Otherwise, they are in font units. */
160 /* if the corresponding font backend doesn't have a quick way to */
  /external/harfbuzz/src/
harfbuzz-shape.h 37 /* Metrics reported by the font backend for use of the shaper */
47 * HB_Font: Abstract font interface.
54 HB_Glyph (*charToGlyph)(HB_Font *font, HB_Unichar chr);
55 void (*getMetrics)(HB_Font *font, HB_Glyph glyph, HB_GlyphMetrics *metrics);
56 HB_Boolean (*getSFontTable)(HB_Font *font, void **cookie, char **start, int *len);

Completed in 691 milliseconds

<<71727374757677787980>>