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

<<31323334353637383940>>

  /frameworks/base/docs/html/sdk/api_diff/6/changes/
alldiffs_index_additions.html 39 <font color="#999999">Removals</font>
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
52 <br><font size="+2">E</font>&nbsp;
53 <a href="#Q"><font size="-2">Q</font></a>
54 <a href="#topheader"><font size="-2">TOP</font></a
    [all...]
fields_index_additions.html 39 <font color="#999999">Removals</font>
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
51 <br><font size="+2">E</font>&nbsp;
52 <a href="#Q"><font size="-2">Q</font></a>
53 <a href="#topheader"><font size="-2">TOP</font></a
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
methods_index_changes.html 39 <font color="#999999">Removals</font>
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
51 <br><font size="+2">A</font>&nbsp;
52 <a href="#R"><font size="-2">R</font></a>
53 <a href="#topheader"><font size="-2">TOP</font></a
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/css/
upload.css 18 font-size: 15px;
19 font-weight: bold;
32 font-size: 12px;
41 font-size: 14px;
42 font-weight: bold;
75 font-size: 14px;
86 font-weight: bold;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.html 5 <title>Advanced Font Settings</title>
42 font-size: 16px;
51 font-size: 14px;
55 font-size: 12px;
64 font-size: smaller;
67 .font-settings-div {
72 .font-settings-div:first-of-type {
76 .font-settings-div > :first-child {
80 .font-settings-div > * {
84 .font-settings-row
    [all...]
  /external/chromium_org/native_client_sdk/src/resources/
index.css 7 font-family: Arial, san-serif;
26 font-size: 150%;
27 font-weight: bold;
63 font-weight: bold;
68 font-size: 13px;
88 font-weight: bold;
93 font-size: 13px;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.h 24 #include "platform/fonts/Font.h"
45 virtual GlyphData glyphDataForCharacter(const Font&, const TextRun&, WidthIterator&, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength);
47 virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, String& glyphName) const;
68 inline bool textRunNeedsRenderingContext(const Font& font)
72 ASSERT(font.primaryFont());
73 return font.primaryFont()->isSVGFont();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAttributeNames.in 65 font-family
66 font-size
67 font-size-adjust
68 font-stretch
69 font-style
70 font-variant
71 font-weight
  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuStyle.h 30 #include "platform/fonts/Font.h"
40 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor, PopupMenuType menuType = SelectPopup)
43 , m_font(font)
56 const Font& font() const { return m_font; } function in class:WebCore::PopupMenuStyle
67 Font m_font;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h 26 #include "platform/fonts/Font.h"
35 class Font;
44 WidthIterator(const Font*, const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, bool accountForGlyphBounds = false, bool forTextEmphasis = false);
63 static bool supportsTypesettingFeatures(const Font& font)
66 return !font.typesettingFeatures();
69 const Font* m_font;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-fallback-shape.cc 50 * shaper font data
56 _hb_fallback_shaper_font_data_create (hb_font_t *font HB_UNUSED)
93 hb_font_t *font,
99 font->get_glyph (' ', 0, &space);
113 font->get_glyph (buffer->info[i].codepoint, 0, &buffer->info[i].codepoint);
114 font->get_glyph_advance_for_direction (buffer->info[i].codepoint,
118 font->subtract_glyph_origin_for_direction (buffer->info[i].codepoint,
test-buffer-serialize.cc 51 fprintf (stderr, "usage: %s font-file\n", argv[0]);
92 hb_font_t *font = hb_font_create (face); local
94 hb_font_set_scale (font, upem, upem);
96 hb_ft_font_set_funcs (font);
111 font,
119 font, HB_BUFFER_SERIALIZE_FORMAT_JSON,
126 hb_font_destroy (font);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 36 Font* font,
37 Font::Builder* font_builder) {
38 assert(font);
46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf));
47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca));
50 throw RuntimeException("Font to subset is not valid.");
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.desktop_browser_backend.html 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.chrome.html"><font color="#ffffff">chrome</font></a>.desktop_browser_backend</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/chrome/desktop_browser_backend.py">telemetry/core/chrome/desktop_browser_backend.py</a></font></td></tr></table
    [all...]
telemetry.core.timeline.html 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.timeline</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/timeline/__init__.py">telemetry/core/timeline/__init__.py</a></font></td></tr></table>
17 <font color="#ffffff" face="helvetica, arial"><big><strong>Package Contents</strong></big></font></td></tr
    [all...]
telemetry.page.actions.html 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<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>.actions</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/page/actions/__init__.py">telemetry/page/actions/__init__.py</a></font></td></tr></table>
17 <font color="#ffffff" face="helvetica, arial"><big><strong>Package Contents</strong></big></font></td></tr
    [all...]
  /external/harfbuzz_ng/src/
hb-fallback-shape.cc 50 * shaper font data
56 _hb_fallback_shaper_font_data_create (hb_font_t *font HB_UNUSED)
93 hb_font_t *font,
99 font->get_glyph (' ', 0, &space);
113 font->get_glyph (buffer->info[i].codepoint, 0, &buffer->info[i].codepoint);
114 font->get_glyph_advance_for_direction (buffer->info[i].codepoint,
118 font->subtract_glyph_origin_for_direction (buffer->info[i].codepoint,
test-buffer-serialize.cc 48 fprintf (stderr, "usage: %s font-file\n", argv[0]);
89 hb_font_t *font = hb_font_create (face); local
91 hb_font_set_scale (font, upem, upem);
93 hb_ft_font_set_funcs (font);
108 font,
116 font, HB_BUFFER_SERIALIZE_FORMAT_JSON,
123 hb_font_destroy (font);
  /external/harfbuzz_ng/util/
hb-ot-shape-closure.cc 27 #include "main-font-text.hh"
59 font = hb_font_reference (font_opts->get_font ());
69 shaper.shape_closure (text, text_len, font, buffer, glyphs);
84 hb_font_get_glyph_name (font, i, glyph_name, sizeof (glyph_name));
93 hb_font_destroy (font);
94 font = NULL;
106 hb_font_t *font; member in struct:shape_closure_consumer_t
  /external/libogg/doc/
index.html 12 font-family: Verdana, Arial, Helvetica, sans-serif;
14 font-size: .8em;
34 font-weight: bold;
40 font-size: 1.3em;
44 font-size: 1.2em;
48 font-size: 1.1em;
59 font-size: .8em;
  /external/libvorbis/doc/
index.html 12 font-family: Verdana, Arial, Helvetica, sans-serif;
14 font-size: .8em;
34 font-weight: bold;
40 font-size: 1.3em;
44 font-size: 1.2em;
48 font-size: 1.1em;
59 font-size: .8em;
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 36 Font* font,
37 Font::Builder* font_builder) {
38 assert(font);
46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf));
47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca));
50 throw RuntimeException("Font to subset is not valid.");
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BidiRenderer.java 19 import java.awt.Font;
21 import java.awt.font.FontRenderContext;
22 import java.awt.font.GlyphVector;
33 * Render the text by breaking it into various scripts and using the right font for each script.
44 FontInfo font; field in class:BidiRenderer.ScriptRun
93 // We break the text into scripts and then select font based on it and then render each of
98 int flag = Font.LAYOUT_NO_LIMIT_CONTEXT | Font.LAYOUT_NO_START_CONTEXT;
99 flag |= isRtl ? Font.LAYOUT_RIGHT_TO_LEFT : Font.LAYOUT_LEFT_TO_RIGHT
    [all...]
  /external/chromium_org/ppapi/examples/font/
simple_font.cc 37 pp::BrowserFont_Trusted font(this, desc);
41 font.DrawTextAt(&image,
46 // Draw the default font names and sizes.
52 &image, DescribeFont(default_font, "Default font"),
61 &image, DescribeFont(serif_font, "Serif font"),
70 &image, DescribeFont(sans_serif_font, "Sans serif font"),
79 &image, DescribeFont(monospace_font, "Monospace font"),
89 // Returns a string describing the given font, using the given title.
90 std::string DescribeFont(const pp::BrowserFont_Trusted& font,
94 font.Describe(&desc, &metrics)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
MemoryActivatedFont.h 42 // MemoryActivatedFont encapsulates a font loaded from another process and
46 // * Holder for the CGFontRef & ATSFontRef belonging to the activated font.
47 // * Responsible for unloading the font container when done.
62 // activated font. i.e. After we activate a font, its ATSFontRef doesn't
65 // correspond to the same on-disk font file are always the same and don't change
69 // When the system notifies us of a system font cache flush, all FontDataCache
78 // Get cached CGFontRef corresponding to the in-memory font.
84 // container - a font container corresponding to an identical font tha
    [all...]

Completed in 1427 milliseconds

<<31323334353637383940>>