Searched refs:font (Results 251 - 275 of 1054) sorted by relevance

<<11121314151617181920>>

/external/regex-re2/doc/
H A Dmksyntaxhtml11 ,s! vim$! <font size=-2>VIM</font>!g
12 ,s! pcre$! <font size=-2>PCRE</font>!g
13 ,s! perl$! <font size=-2>PERL</font>!g
14 ,x g/NOT SUPPORTED/ s!^[^ ]+!<font color=#808080>&</font>!
/external/chromium_org/chrome/browser/resources/about_sys/
H A Dabout_sys.css11 font-family: Arial, Helvetica, sans-serif;
12 font-size: 84%;
24 font-size: 120%;
31 font-weight: bold;
40 font-weight: normal;
78 font-size: 84%;
79 font-style: italic;
84 font-size: 84%;
94 font-family: 'Courier New', monospace;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
H A Dfullscreen.css7 -webkit-font-smoothing:antialiased;
13 font-family: 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
76 font-size: 110%;
77 font-weight: 600;
86 font-size: 100%;
87 font-weight: 600;
99 font-size: 75%;
135 font-size: 44px;
148 font-weight: 700;
/external/chromium_org/third_party/WebKit/Source/web/mac/
H A DWebSubstringUtil.mm81 NSFont* font = style->font().primaryFont()->getNSFont();
82 // If the platform font can't be loaded, it's likely that the site is
83 // using a web font. For now, just use the default font instead.
84 // TODO(rsesek): Change the font activation flags to allow other processes
85 // to use the font.
86 if (!font)
87 font = [NSFont systemFontOfSize:style->font()
[all...]
/external/chromium_org/ui/gfx/
H A Dfont_fallback_win.cc16 #include "ui/gfx/font.h"
23 // Queries the registry to get a mapping from font filenames to font names.
36 // Fills |font_names| with a list of font families found in the font file at
37 // |filename|. Takes in a |font_map| from font filename to font families, which
59 // entry is already a font with that name.
65 // Queries the registry to get a list of linked fonts for |font|.
66 void QueryLinkedFontsFromRegistry(const Font& font, argument
135 GetLinkedFonts( const Font& font) argument
206 LinkedFontsIterator(Font font) argument
217 SetNextFont(Font font) argument
222 NextFont(Font* font) argument
274 GetUniscribeFallbackFont(const Font& font, const wchar_t* text, int text_length, Font* result) argument
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Drecord_selection_dialog.css22 font-size: 80%;
47 font-size: 11px;
52 font-size: 80%;
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dstep_bubble.css17 font-size: 18px;
25 font-size: 14px;
43 font-size: 12px;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dsalsa.css15 font-size: small;
19 font-size: small;
23 font-weight: bold;
/external/chromium_org/ppapi/thunk/
H A Dppb_truetype_font_dev_thunk.cc64 int32_t Describe(PP_Resource font, argument
68 EnterResource<PPB_TrueTypeFont_API> enter(font, callback, true);
74 int32_t GetTableTags(PP_Resource font, argument
78 EnterResource<PPB_TrueTypeFont_API> enter(font, callback, true);
85 int32_t GetTable(PP_Resource font, argument
92 EnterResource<PPB_TrueTypeFont_API> enter(font, callback, true);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderCombineText.cpp58 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, TextDirection direction, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
67 return font.fontDescription().computedSize();
69 return RenderText::width(from, length, font, xPosition, direction, fallbackFonts, glyphOverflow);
75 textOrigin.move(boxRect.height() / 2 - ceilf(m_combinedTextWidth) / 2, style()->font().fontDescription().computedPixelSize());
111 FontSelector* fontSelector = style()->font().fontSelector();
114 shouldUpdateFont = style()->setFontDescription(description); // Need to change font orientation to horizontal.
127 // Replace my font with the new one.
138 style()->font().update(fontSelector);
H A DEllipsisBox.cpp41 const Font& font = style->font(); local
50 FloatPoint textOrigin(boxOrigin.x(), boxOrigin.y() + font.fontMetrics().ascent());
56 paintSelection(context, boxOrigin, style, font);
64 TextRun textRun = constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion);
65 TextPainter textPainter(context, font, textRun, textOrigin, boxRect, isHorizontal());
105 const Font& font = style->font(); local
106 return enclosingIntRect(font.selectionRectForText(constructTextRun(&renderer(), font, m_st
109 paintSelection(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font) argument
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc20 #include "sfntly/font.h"
58 Font* font = font_builder->Build(); local
59 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
64 delete font;
75 FontPtr font = fonts[0]; local
76 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
94 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
/external/clang/www/analyzer/
H A Dmenu.css7 font-weight: bold;
11 font-size: 80%;
47 font-weight: normal;
/external/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc20 #include "sfntly/font.h"
58 Font* font = font_builder->Build(); local
59 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
64 delete font;
75 FontPtr font = fonts[0]; local
76 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
94 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
/external/chromium_org/styleguide/c++/
H A Dc++11.css71 font-weight:inherit;
72 font-style:inherit;
73 font-size:100%;
74 font-family:inherit;
79 font-family:'Arial', sans-serif;
80 font-size:81.25%;
102 font-weight:bold;
119 h1,header {font-size:192%;}
120 #gc-content h1 {font-size:2em;}
121 h2, p.h2 {font
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DSimpleFontDataMac.mm63 bool CGFontGetGlyphAdvancesForStyle(CGFontRef font, CGAffineTransform* transform, CGFontRenderingMode renderingMode, ATSGlyphRef* glyph, size_t count, CGSize* advance);
69 static CGFontRenderingMode cgFontRenderingModeForNSFont(NSFont* font) {
70 if (!font)
73 switch ([font renderingMode]) {
111 // Enable hinting when subpixel font scaling is disabled or
153 // Ack! Something very bad happened, like a corrupt font.
154 // Try looking for an alternate 'base' font for this renderer.
157 // "Times RO" is a common font whose family name is "Times".
158 // It overrides the normal "Times" family font.
161 if ([[m_platformData.font() familyNam
[all...]
/external/bzip2/
H A Dbzip.css16 body { font: 80%/126% sans-serif; }
19 dt { color: #336699; font-weight: bold }
62 table.nav td { font-size: 85%; }
64 code, tt, pre { font-size: 120%; }
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_app_launch_splash.css27 font-size: 48px;
34 font-size: 18px;
55 font-size: 10px;
56 font-weight: bold;
/external/chromium_org/chrome/browser/resources/chromeos/network_ui/
H A Dnetwork_ui.css22 font-size: 12px;
30 font-family: monospace;
41 font-size: 13px;
45 font-weight: bold;
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_error_overlay.css24 font-size: 1.2em;
33 font-size: 1.1em;
43 font-size: 1.1em;
48 font-size: 1em;
/external/chromium_org/chrome/browser/resources/
H A Dgesture_config.css6 font-family: 'Noto Sans UI', sans-serif;
7 font-size: 12px;
49 font-size: 16px;
74 font-size: 12px;
/external/chromium_org/chrome/browser/resources/options/
H A Dimport_data_overlay.css24 font-size: 1.2em;
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/
H A Dmain.css6 font-family: Ubuntu, Arial, sans-serif;
19 font-size: 14px;
27 font-size: 14px;
28 font-weight: bold;
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
H A Dchrome_shared.css30 font-weight: normal;
36 font-size: 1.5em;
40 font-size: 1.3em;
46 font-size: 1.2em;
/external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/
H A DnewTab.css16 font-weight: bold;

Completed in 993 milliseconds

<<11121314151617181920>>