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

<<61626364656667686970>>

  /frameworks/webview/chromium/java/com/android/webview/chromium/
ContentSettingsAdapter.java 264 public synchronized void setStandardFontFamily(String font) {
265 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setStandardFontFamily=" + font);
266 mAwSettings.setStandardFontFamily(font);
275 public synchronized void setFixedFontFamily(String font) {
276 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setFixedFontFamily=" + font);
277 mAwSettings.setFixedFontFamily(font);
286 public synchronized void setSansSerifFontFamily(String font) {
287 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setSansSerifFontFamily=" + font);
288 mAwSettings.setSansSerifFontFamily(font);
297 public synchronized void setSerifFontFamily(String font) {
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
helper.cc 171 label->SetFont(label->font().DeriveFont(kFontSizeCorrectionDelta));
176 button->SetFont(button->font().DeriveFont(kFontSizeCorrectionDelta));
181 button->set_font(button->font().DeriveFont(kFontSizeCorrectionDelta));
186 textfield->SetFont(textfield->font().DeriveFont(kFontSizeCorrectionDelta));
190 const gfx::Font& font) {
192 textfield->SetFont(font.DeriveFont(kFontSizeCorrectionDelta));
  /external/chromium/chrome/browser/resources/
safe_browsing_malware_block.html 8 font-family:Helvetica,Arial,sans-serif;
23 font-size:10pt;
40 font-size:18pt;
43 font-weight:bold;
82 font-family: arial, helvetica, sans-serif;
83 font-size: 14px;
84 font-weight: bold;
safe_browsing_phishing_block.html 8 font-family:Helvetica,Arial,sans-serif;
23 font-size:10pt;
39 font-size:18pt;
42 font-weight:bold;
76 font-family: arial, helvetica, sans-serif;
77 font-size: 14px;
78 font-weight: bold;
  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.cc 38 gfx::Font font(rb.GetFont(ResourceBundle::LargeFont));
39 SetFont(font);
42 // the string and the font that determine the size of the bubble.
92 return gfx::Size(views::Label::font().GetStringWidth(text_) +
133 int text_width = views::Label::font().GetStringWidth(text_);
139 views::Label::font(),
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_view.css 16 font-family: sans-serif;
21 font-size: 14px;
55 font-size: 11px;
146 font-size: 14px;
190 font-family: monospace;
204 font-family: monospace;
217 font-size: 80%;
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeNumericFieldElement.cpp 33 #include "platform/fonts/Font.h"
76 float DateTimeNumericFieldElement::maximumWidth(const Font& font)
78 float maximumWidth = font.width(m_placeholder);
79 maximumWidth = std::max(maximumWidth, font.width(formatValue(maximum())));
80 maximumWidth = std::max(maximumWidth, font.width(value()));
81 return maximumWidth + DateTimeFieldElement::maximumWidth(font);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
GlyphPageTreeNodeMac.cpp 33 #include "platform/fonts/Font.h"
39 void CGFontGetGlyphsForUnichars(CGFontRef font, const UniChar chars[], CGGlyph glyphs[], size_t length);
51 if (!Font::isCJKIdeograph(buffer[i]))
109 // CTLine could map characters over multiple fonts using its own font fallback list.
110 // We need to pick runs that use the exact font we need, i.e., fontData->platformData().ctFont().
117 // Use CGFont here as CFEqual for CTFont counts all attributes for font.
120 // This run uses the font we want. Extract glyphs.
  /external/chromium_org/third_party/freetype/include/freetype/
ftwinfnt.h 67 * This is used for font enumeration and font creation as a
68 * `don't care' value. Valid font files don't contain this value.
69 * When querying for information about the character set of the font
82 * The `Windows Font Mapping' article says that FT_WinFNT_ID_OEM
90 * Development Kit' says: This font supports an OEM-specific
242 * Retrieve a Windows FNT font info header.
  /external/chromium_org/third_party/freetype/include/freetype/internal/
autohint.h 54 /* Because a sufficiently sophisticated font management system would */
60 /* object, in order to speed up font re-opening time. Of course, this */
66 /* to cache these too, you are simply in need of a new font format, */
67 /* where all this information could be stored within the font file and */
138 /* font. This is useful when global font data changes (e.g. Multiple */
171 /* It will call the font driver with @FT_Load_Glyph, with */
  /external/chromium_org/third_party/ots/test/
idempotent.cc 148 std::fprintf(stderr, "Can't verify the transcoded font on this platform.\n");
166 // A transcoded font is usually smaller than an original font.
170 // However, a WOFF font gets decompressed and so can be *much* larger than
209 // Verify that the transcoded font can be opened by the font renderer for
212 std::fprintf(stderr, "Failed to verify the transcoded font\n");
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.cc 27 #include "sfntly/font.h"
112 FontSourcedInfoBuilder::FontSourcedInfoBuilder(Font* font, FontId font_id)
113 : font_(font),
119 FontSourcedInfoBuilder::FontSourcedInfoBuilder(Font* font,
122 : font_(font),
  /external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_test.cc 25 #include "sfntly/font.h"
120 Ptr<Font> font; local
121 font = font_array->at(0);
122 ASSERT_NE(font, reinterpret_cast<Font*>(NULL));
124 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
  /external/chromium_org/tools/
unused-symbols-report.py 86 font-family: sans-serif;
87 font-size: 0.8em;
90 font-weight: normal;
101 font-size: 80%;
106 font-family: WebKitWorkAround, monospace;
114 font-family: WebKitWorkAround, monospace;
115 font-size: 90%;
  /external/freetype/include/freetype/
ftwinfnt.h 67 * This is used for font enumeration and font creation as a
68 * `don't care' value. Valid font files don't contain this value.
69 * When querying for information about the character set of the font
82 * The `Windows Font Mapping' article says that FT_WinFNT_ID_OEM
90 * Development Kit' says: This font supports an OEM-specific
242 * Retrieve a Windows FNT font info header.
  /external/freetype/include/freetype/internal/
autohint.h 54 /* Because a sufficiently sophisticated font management system would */
60 /* object, in order to speed up font re-opening time. Of course, this */
66 /* to cache these too, you are simply in need of a new font format, */
67 /* where all this information could be stored within the font file and */
138 /* font. This is useful when global font data changes (e.g. Multiple */
171 /* It will call the font driver with @FT_Load_Glyph, with */
  /external/harfbuzz_ng/src/
hb-icu-le.cc 58 * shaper font data
62 _hb_icu_le_shaper_font_data_create (hb_font_t *font)
65 hb_icu_le_shaper_font_data_t *data = new PortableFontInstance (font->face,
66 font->x_scale,
67 font->y_scale,
110 hb_font_t *font,
115 LEFontInstance *font_instance = HB_SHAPER_DATA_GET (font);
hb-ot-layout-private.hh 36 #include "hb-font-private.hh"
202 hb_ot_layout_substitute_start (hb_font_t *font,
206 hb_ot_layout_substitute_lookup (hb_font_t *font,
214 hb_ot_layout_substitute_finish (hb_font_t *font,
220 hb_ot_layout_position_start (hb_font_t *font,
224 hb_ot_layout_position_lookup (hb_font_t *font,
232 hb_ot_layout_position_finish (hb_font_t *font,
hb-shape-plan.cc 29 #include "hb-font-private.hh"
34 HB_SHAPER_DATA_ENSURE_DECLARE(shaper, font)
177 hb_font_t *font,
183 hb_object_is_inert (font) ||
187 assert (shape_plan->face == font->face);
193 hb_##shaper##_shaper_font_data_ensure (font) && \
194 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \
  /external/libvorbis/doc/
floor1_inverse_dB_table.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/libvpx/libvpx/examples/includes/geshi/geshi/
c_mac.php 152 'MULTI' => 'color: #ff0000; font-style: italic;'
155 0 => 'color: #000099; font-weight: bold;',
156 1 => 'color: #000099; font-weight: bold;',
157 2 => 'color: #660099; font-weight: bold;',
158 3 => 'color: #660099; font-weight: bold;',
159 4 => 'color: #660099; font-weight: bold;',
160 5 => 'color: #006699; font-weight: bold;',
dos.php 111 1 => 'color: #00b100; font-weight: bold;',
112 2 => 'color: #000000; font-weight: bold;',
113 3 => 'color: #b1b100; font-weight: bold;',
114 4 => 'color: #0000ff; font-weight: bold;'
117 1 => 'color: #808080; font-style: italic;'
120 0 => 'color: #ff0000; font-weight: bold;'
140 0 => 'color: #b100b1; font-weight: bold;',
pascal.php 98 1 => 'color: #000000; font-weight: bold;',
99 2 => 'color: #000000; font-weight: bold;',
101 4 => 'color: #000066; font-weight: bold;'
104 1 => 'color: #666666; font-style: italic;',
105 'MULTI' => 'color: #666666; font-style: italic;'
108 0 => 'color: #000099; font-weight: bold;',
109 'HARD' => 'color: #000099; font-weight: bold;'
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java 42 FontTableBox font-table;
248 unsigned int(16) font-ID;
249 unsigned int(8) font-name-length;
250 unsigned int(8) font[font-name-length];
259 unsigned int(16) font-ID;
261 unsigned int(8) font-size;
  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 27 #include "sfntly/font.h"
112 FontSourcedInfoBuilder::FontSourcedInfoBuilder(Font* font, FontId font_id)
113 : font_(font),
119 FontSourcedInfoBuilder::FontSourcedInfoBuilder(Font* font,
122 : font_(font),

Completed in 1594 milliseconds

<<61626364656667686970>>