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

<<71727374757677787980>>

  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.Extensions.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Extensions.html" target="_top"><font size="+2"><code>Contacts.Extensions</code></font></A>
84 <TH VALIGN="TOP" COLSPAN=3>Changed Fields</FONT></TD>
89 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Extensions.html#CONTENT_ITEM_TYPE" target="_top"><code>CONTENT_ITEM_TYPE</code></font></A></nobr> </TD>
98 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Extensions.html#CONTENT_TYPE" target="_top"><code>CONTENT_TYPE</code></font></A></nobr> </TD>
107 <nobr><code>Uri</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Extensions.html#CONTENT_URI" target="_top"><code>CONTENT_URI</code></font></A></nobr> </TD>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Extensions.html#DEFAULT_SORT_ORDER" target="_top"><code>DEFAULT_SORT_ORDER</code></font></A></nobr> </TD>
125 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Extensions.html#PERSON_ID" target="_top"><code>PERSON_ID</code></font></A></nobr> </TD>
  /packages/apps/UnifiedEmail/res/raw/
template_conversation_upper.html 13 font: bold 11px sans-serif;
22 font-size: 80%%;
  /packages/inputmethods/LatinIME/java/res/xml/
key_nepali_traditional_period.xml 21 <!-- The code point U+25CC for key label is needed because the font rendering system prior to
37 <!-- Because the font rendering system prior to API version 16 can't automatically
  /external/chromium/chrome/browser/ui/views/
sad_tab_view.cc 38 // Font size correction.
49 gfx::Font* SadTabView::title_font_ = NULL;
50 gfx::Font* SadTabView::message_font_ = NULL;
150 title_font_ = new gfx::Font(
152 gfx::Font::BOLD));
153 message_font_ = new gfx::Font(
  /external/chromium_org/ash/system/tray/
hover_highlight_view.cc 48 gfx::Font::FontStyle style) {
58 text_label_->SetFont(text_label_->font().DeriveFont(0, style));
67 gfx::Font::FontStyle style) {
81 text_label_->SetFont(text_label_->font().DeriveFont(0, style));
94 gfx::Font::FontStyle style,
113 text_label_->SetFont(text_label_->font().DeriveFont(0, style));
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.html 11 font-family: sans-serif;
12 font-size: 80%;
77 font-size: 140%;
89 font-weight: bold;
95 font-weight: bold;
96 font-style: italic;
  /external/chromium_org/chrome/browser/resources/
set_as_default_browser.css 59 font-size: 300%;
60 font-weight: normal;
70 font-size: 150%;
71 font-weight: normal;
90 font-size: 13px;
133 font-weight: bold;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_suggestion_container.mm 51 // the longest descender, not the font baseline
52 - (void)adjustBaselineForFont:(NSFont*)font;
77 - (void)adjustBaselineForFont:(NSFont*)font {
78 CGFloat lineHeight = [font ascender];
94 [[NSFontManager sharedFontManager] convertFont:[label font]
112 [paragraphStyle setLineSpacing:0.5 * [[label_ font] pointSize]];
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.h 22 #include "ui/gfx/font.h"
38 OmniboxPopupViewGtk(const gfx::Font& font,
135 // Font used for suggestions after being derived from the constructor's
136 // |font|.
137 gfx::Font font_;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 19 #include "ui/gfx/font.h"
99 const gfx::Font* font = model->GetLabelFontAt(i); local
100 if (font) {
101 item->SetBoolean("bold", font->GetStyle() == gfx::Font::BOLD);
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_win.cc 127 // To get the face name, select the font and query for the name. GetObject
150 // The font may not be cached by the OS, causing an attempt to read it in
172 // Get the whole font header.
178 // The numTables follows a 4 byte scalerType tag. Font data is stored in
186 // Get the table directory entries after the font header.
217 // Get the size of the font table first.
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeSymbolicFieldElement.cpp 31 #include "platform/fonts/Font.h"
65 float DateTimeSymbolicFieldElement::maximumWidth(const Font& font)
67 float maximumWidth = font.width(visibleEmptyValue());
69 maximumWidth = std::max(maximumWidth, font.width(m_symbols[index]));
70 return maximumWidth + DateTimeFieldElement::maximumWidth(font);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 127 // value of the font's horiz-adv-x attribute. Glyph widths are required to be non-negative,
131 // Spec: The X-coordinate in the font coordinate system of the origin of the glyph to be
133 // is as if the attribute were set to the value of the font's vert-origin-x attribute.
136 // Spec: The Y-coordinate in the font coordinate system of the origin of a glyph to be
138 // is as if the attribute were set to the value of the font's vert-origin-y attribute.
143 // value of the font's vert-adv-y attribute.
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.h 99 NSFont* font() const { return m_font; } function in class:WebCore::FontPlatformData
173 // Load various data about the font specified by |nsFont| with the size fontSize into the following output paramters:
175 // font as |nsFont|. This because the sandbox may block loading of the original font.
176 // * outNSFont - The font that was actually loaded, for the Chromium port this may be different than nsFont.
178 // * cgFont - CGFontRef representing the input font at the specified point size.
GlyphPageTreeNode.h 57 // level 1 (the "root child") that stores the actual glyphs for a specific font data.
61 // for that font. These levels override their parent's page of glyphs by
62 // filling in holes with the new font (thus making a more complete page).
65 // font. It is tracked separately from the regular pages and overrides so that
69 // fallback fonts for each. This lazy population is done by the Font.
93 // The system fallback font has special rules (see above).
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFaceCoreText.cpp 134 hb_font_t* font = hb_font_create(m_face); local
135 hb_font_set_funcs(font, harfBuzzCoreTextGetFontFuncs(), m_platformData, 0);
137 hb_font_set_ppem(font, size, size);
139 hb_font_set_scale(font, scale, scale);
140 hb_font_make_immutable(font);
141 return font;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PageSerializerTest.cpp 223 TEST_F(PageSerializerTest, Font)
225 setBaseFolder("pageserializer/font/");
227 registerURL("font.html", "text/html");
228 registerURL("font.ttf", "application/octet-stream");
230 serialize("font.html");
232 EXPECT_TRUE(isSerialized("font.ttf", "application/octet-stream"));
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.css 11 /** Font Family and Sizes */
14 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
17 #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
18 #qunit-tests { font-size: smaller; }
37 font-size: 1.5em;
39 font-weight: normal;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-file-private.hh 40 * The OpenType Font File
46 * Organization of an OpenType Font
63 ULONG offset; /* Offset from beginning of TrueType font
143 table; /* Array of offsets to the OffsetTable for each font
195 * OpenType Font File
204 static const hb_tag_t Typ1Tag = HB_TAG ('t','y','p','1'); /* Obsolete Apple Type1 font in SFNT container */
  /external/chromium_org/third_party/mesa/src/src/mapi/vgapi/
vgapi.csv 82 void, ClearGlyph, VGFont font, VGuint glyphIndex
86 void, DestroyFont, VGFont font
88 void, DrawGlyph, VGFont font, VGuint glyphIndex, VGbitfield paintModes, VGboolean allowAutoHinting
89 void, DrawGlyphs, VGFont font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat *adjustments_x, const VGfloat *adjustments_y, VGbitfield paintModes, VGboolean allowAutoHinting
92 void, SetGlyphToImage, VGFont font, VGuint glyphIndex, VGImage image, const VGfloat glyphOrigin[2], const VGfloat escapement[2]
93 void, SetGlyphToPath, VGFont font, VGuint glyphIndex, VGPath path, VGboolean isHinted, const VGfloat glyphOrigin[2], const VGfloat escapement[2]
  /external/chromium_org/ui/base/models/
menu_model.h 16 class Font;
61 // is rendered beneath the label and using the font GetLabelFontAt().
65 // is rendered to the right of the label and using the font GetLabelFontAt().
74 // Returns the font used for the label at the specified index.
75 // If NULL, then the default font should be used.
76 virtual const gfx::Font* GetLabelFontAt(int index) const;
  /external/chromium_org/ui/views/controls/button/
label_button.h 11 #include "ui/gfx/font.h"
50 // Get or set the font used by this button.
51 const gfx::Font& GetFont() const;
52 void SetFont(const gfx::Font& font);
107 FRIEND_TEST_ALL_PREFIXES(LabelButtonTest, Font);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
changelog.xsl 48 font-family: Verdana, Arial, Helvetica, sans-serif;
49 font-size: 80%;
54 font-family: Verdana, Arial, Helvetica, sans-serif;
61 font-family: Verdana, Arial, Helvetica, sans-serif;
62 font-weight: bold;
71 font-weight: bold;
  /external/harfbuzz_ng/src/
hb-open-file-private.hh 40 * The OpenType Font File
46 * Organization of an OpenType Font
63 ULONG offset; /* Offset from beginning of TrueType font
143 table; /* Array of offsets to the OffsetTable for each font
195 * OpenType Font File
204 static const hb_tag_t Typ1Tag = HB_TAG ('t','y','p','1'); /* Obsolete Apple Type1 font in SFNT container */
hb-shape.cc 34 #include "hb-font-private.hh"
248 hb_shape_full (hb_font_t *font,
259 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list);
260 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features);
269 hb_shape (hb_font_t *font,
274 hb_shape_full (font, buffer, features, num_features, NULL);

Completed in 1713 milliseconds

<<71727374757677787980>>