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

<<71727374757677787980>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion24.txt 3 17sp : <b>Scale-independent Pixels</b> - this is like the dp unit, but it is also scaled by the user's font size preference.
completionvalues1-expected-completion66.txt 3 17sp : <b>Scale-independent Pixels</b> - this is like the dp unit, but it is also scaled by the user's font size preference.
completionvalues1-expected-completion67.txt 3 17sp : <b>Scale-independent Pixels</b> - this is like the dp unit, but it is also scaled by the user's font size preference.
  /sdk/templates/docs/
prettify.css 18 .com{color:#999;font-style:italic}
  /external/chromium/chrome/browser/resources/
flags.html 13 font-size: 103%;
48 font-size: 156%;
49 font-weight: bold;
56 font-size: 120%;
61 font-weight: bold;
65 font-size: 88%;
72 font-size: 99%;
93 font-weight: bold;
147 font-weight: bold;
153 font-size: 1.2em
    [all...]
  /external/chromium_org/ash/system/
tray_accessibility.cc 147 spoken_feedback_enabled_ ? gfx::Font::BOLD : gfx::Font::NORMAL,
156 large_cursor_enabled_ ? gfx::Font::BOLD : gfx::Font::NORMAL,
164 high_contrast_enabled_ ? gfx::Font::BOLD : gfx::Font::NORMAL,
170 screen_magnifier_enabled_ ? gfx::Font::BOLD : gfx::Font::NORMAL,
179 autoclick_enabled_ ? gfx::Font::BOLD : gfx::Font::NORMAL
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.css 12 font: 81.25% arial, helvetica, sans-serif;
17 font-size: 1.54em;
18 font-weight: normal;
44 font-family: inherit;
45 font-size: inherit;
112 font-size: 11px;
113 font-weight: bold;
224 font-size: 16px;
236 font-size: 15px;
244 font-weight: bold
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 120 // only use fixed default size when there is only one font family, and that family is "monospace"
181 FontFamily m_familyList; // The list of font families to be used.
185 // rounding, minimum font sizes, and zooming.
186 float m_computedSize; // Computed size adjusted for the minimum font size and the zoom factor.
188 unsigned m_orientation : 1; // FontOrientation - Whether the font is rendering on a horizontal line or a vertical line.
207 unsigned m_keywordSize : 4; // We cache whether or not a font is currently represented by a CSS keyword (e.g., medium). If so,
209 // (e.g., 13px monospace vs. 16px everything else). Sizes are 1-8 (like the HTML size values for <font>).
213 unsigned m_isSpecifiedFont : 1; // True if a web page specifies a non-generic font family as the first font family.
214 unsigned m_script : 7; // Used to help choose an appropriate font for generic font families
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-thai.cc 94 thai_pua_shape (hb_codepoint_t u, thai_action_t action, hb_font_t *font)
153 if (hb_font_get_glyph (font, pua_mappings->win_pua, 0, &glyph))
155 if (hb_font_get_glyph (font, pua_mappings->mac_pua, 0, &glyph))
220 hb_font_t *font)
249 info[base].codepoint = thai_pua_shape (info[base].codepoint, action, font);
251 info[i].codepoint = thai_pua_shape (info[i].codepoint, action, font);
259 hb_font_t *font)
265 * The first shaping rule listed there is needed even if the font has Thai
267 * We implement that only if there exist no Thai GSUB in the font.
359 /* If font has Thai GSUB, we are done. *
    [all...]
  /external/chromium_org/tools/grit/grit/testdata/
hover.html 8 BODY { FONT-SIZE: 8pt; FONT-FAMILY: verdana,arial,san-serif }
9 P { FONT-SIZE: 8pt; FONT-FAMILY: verdana,arial,san-serif }
10 TD { FONT-SIZE: 8pt; FONT-FAMILY: verdana,arial,san-serif }
11 A { FONT-SIZE: 8pt; FONT-FAMILY: verdana,arial,san-serif }
12 DIV { FONT-SIZE: 8pt; TEXT-DECORATION: none }
27 font-family: Arial, Helvetica, sans-serif
    [all...]
  /external/chromium_org/ui/base/cocoa/
menu_controller_unittest.mm 111 // Menu model that returns a gfx::Font object for one of the items in the menu.
115 const gfx::Font* font, int index)
117 font_(font),
121 virtual const gfx::Font* GetLabelFontAt(int index) const OVERRIDE {
126 const gfx::Font* font_;
272 // Tests that items which have a font set actually use that font.
275 gfx::Font bold = (gfx::Font()).DeriveFont(0, gfx::Font::BOLD)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 94 thai_pua_shape (hb_codepoint_t u, thai_action_t action, hb_font_t *font)
153 if (hb_font_get_glyph (font, pua_mappings->win_pua, 0, &glyph))
155 if (hb_font_get_glyph (font, pua_mappings->mac_pua, 0, &glyph))
220 hb_font_t *font)
249 info[base].codepoint = thai_pua_shape (info[base].codepoint, action, font);
251 info[i].codepoint = thai_pua_shape (info[i].codepoint, action, font);
259 hb_font_t *font)
265 * The first shaping rule listed there is needed even if the font has Thai
267 * We implement that only if there exist no Thai GSUB in the font.
359 /* If font has Thai GSUB, we are done. *
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
klonecpp.php 132 'fieldset', 'font', 'form', 'frame', 'frameset',
206 1 => 'color: #b1b100; font-weight: bold;',//pour les mots-cles C++
207 2 => 'color: #000000; font-weight: bold;',//pour les mots-cles KLone
210 5 => 'color: #0099FF; font-weight: bold;',//pour les types C++
211 6 => 'color: #990099; font-weight: bold;',//pour les mots-cles HTML
215 1 => 'color: #808080; font-style: italic;',//commentaire sur une ligne C++ et KLone
217 'MULTI' => 'color: #808080; font-style: italic;'//commentaire sur plusieurs lignes C++ et KLone
220 0 => 'color: #000099; font-weight: bold;'
237 1 => 'color: #000000; font-weight: bold;'
241 0 => 'background-color:#ffccff; font-weight: bold; color:#000000;'
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.Intents.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Intents.html" target="_top"><font size="+2"><code>Contacts.Intents</code></font></A>
82 <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
102 <TH VALIGN="TOP" COLSPAN=3>Changed Fields</FONT></TD>
107 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#ATTACH_IMAGE" target="_top"><code>ATTACH_IMAGE</code></font></A></nobr> </TD>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#EXTRA_CREATE_DESCRIPTION" target="_top"><code>EXTRA_CREATE_DESCRIPTION</code></font></A></nobr> </TD>
125 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#EXTRA_FORCE_CREATE" target="_top"><code>EXTRA_FORCE_CREATE</code></font></A></nobr> </TD>
134 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#SEARCH_SUGGESTION_CLICKED" target="_top"><code>SEARCH_SUGGESTION_CLICKED</code></font></A></nobr> </TD>
143 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED" target="_top"><code>SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED</code></font></A></nobr> </TD>
152 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED" target="_top"><code>SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED</code></font></A></nobr> </TD
    [all...]
  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 12 font-size: 90%;
13 font-weight: bold;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
selected_keyword_decoration.mm 15 SelectedKeywordDecoration::SelectedKeywordDecoration(NSFont* font)
16 : BubbleDecoration(font) {
  /external/chromium/chrome/common/extensions/docs/examples/api/processes/process_monitor/
popup.html 60 font-family: sans-serif;
61 font-size: 10pt;
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/templates/
index.html 10 body { font: 14px Arial; }
12 p { padding: 100px 0; text-align: center; font-size: 24px; }
  /external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
options.html 12 font-family: Helvetica, Arial, sans-serif;
13 font-size: 10pt;
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.css 7 font-size: small;
15 font-family: monospace;
  /external/chromium_org/ash/wm/panels/
panel_frame_view.h 10 #include "ui/gfx/font.h"
67 const gfx::Font title_font_;
  /external/chromium_org/chrome/browser/chromeos/input_method/
infolist_window_view.cc 19 #include "ui/gfx/font.h"
37 void Init(const gfx::Font& title_font, const gfx::Font& description_font);
84 void InfolistEntryView::Init(const gfx::Font& title_font,
85 const gfx::Font& description_font) {
163 title_font_(new gfx::Font(kJapaneseFontName, kFontSizeDelta + 15)),
164 description_font_(new gfx::Font(kJapaneseFontName, kFontSizeDelta + 11)) {
184 caption_label->SetFont(caption_label->font().DeriveFont(kFontSizeDelta - 2));
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe.css 18 font-size: 14px;
31 font-family: inherit;
66 font-size: 14px;
148 font-size: 105%;
149 font-weight: bold;
170 font-weight: bold;
198 font-weight: bold;
204 font-size: 11px;
  /external/chromium_org/chrome/browser/resources/chromeos/
slow.css 8 font-family: Helvetica, Arial, sans-serif;
9 font-size: 12pt;
  /external/chromium_org/chrome/browser/resources/net_internals/
export_view.html 14 font-size: 100%;
15 font-weight: bold;

Completed in 2504 milliseconds

<<71727374757677787980>>