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

<<61626364656667686970>>

  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.css 55 font-size: large;
56 font-weight: normal;
75 font-weight: bold;
  /external/chromium_org/chrome/browser/resources/options/
content_settings.css 35 font-weight: bold;
47 font-style: italic;
67 font-style: italic;
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
alternate_nav_infobar_controller.mm 33 NSFont* font = [NSFont labelFontOfSize:
39 font:font
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.h 17 #include "ui/gfx/font.h"
73 const gfx::Font& font,
  /external/chromium_org/remoting/host/win/
core.rc.jinja2 34 FONT 8, "MS Shell Dlg", 400, 0, 0x1
48 FONT 9, "Microsoft Sans Serif", 400, 0, 0x0
60 FONT 8, "MS Shell Dlg", 400, 0, 0x1
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h 68 // 1) in the external font case: by the CSSFontFaceSource, which holds a reference to the external SVG document
70 // 2) in the in-document font case: by virtue of being in the document tree and making sure that when it is removed
71 // from the document, it removes the @font-face rule it owns from the document's mapped element sheet and forces
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeSanitizer.cpp 46 // This is the largest web font size which we'll try to transcode.
54 // A transcoded font is usually smaller than an original font.
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontFallbackWin.h 31 // A collection of utilities for font handling.
48 // Return a font family that can render |characters| based on
55 // Return a font family that can render |character| based on what script
  /external/chromium_org/third_party/freetype/include/freetype/
ftgzip.h 43 /* Using gzip-compressed font files. */
57 * Open a new stream to parse gzip-compressed font files. This is
83 * This means that if no font driver is capable of handling the raw
ftlzw.h 43 /* Using LZW-compressed font files. */
56 * Open a new stream to parse LZW-compressed font files. This is
80 * This means that if no font driver is capable of handling the raw
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.h 45 /* The maximum number of blue zones in a font global hints structure. */
132 /* font globals. */
163 /* snap a stem width to fitter coordinates. `org_width' is in font */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-sea.cc 69 hb_font_t *font,
73 hb_font_t *font,
77 hb_font_t *font,
168 hb_font_t *font HB_UNUSED)
183 hb_font_t *font HB_UNUSED,
275 hb_font_t *font,
291 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph))
327 hb_font_t *font,
330 insert_dotted_circles (plan, font, buffer);
339 initial_reordering_syllable (plan, font->face, buffer, last, i)
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/
hdmx_test.cc 18 #include "sfntly/font.h"
36 FontPtr font = font_array[0]; local
39 down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::hdmx));
  /external/chromium_org/third_party/skia/gyp/
freetype.gypi 24 # font drivers (optional; at least one is needed)
25 '../third_party/externals/freetype/src/cff/cff.c', # CFF/OpenType font driver
27 '../third_party/externals/freetype/src/truetype/truetype.c', # TrueType font driver
  /external/chromium_org/tools/grit/grit/testdata/
preferences.html 8 font-family: arial,sans-serif;
17 .b { font-weight: bold }
26 .s { font-size: smaller }
28 .phead { font-weight: bold; font-size: smaller; vertical-align: top;
34 .example { color: gray; font-family: monospace; }
164 <label for=DISPLAYDB><font size=-1>Deskbar - A search box in your taskbar</font></label></td></tr>
171 <label for=DISPLAYMB><font size=-1>Floating Deskbar - A search box you can put anywhere on your desktop</font></label></td></tr
    [all...]
  /external/chromium_org/tools/perf/page_sets/tough_texture_upload_cases/
background_color_animation_and_transform_animation.html 26 font-family: 'Georgia', serif;
28 font-size: 42px;
29 font-weight: bold;
background_color_animation_with_gradient_and_transform_animation.html 33 font-family: 'Georgia', serif;
35 font-size: 42px;
36 font-weight: bold;
  /external/chromium_org/ui/gfx/
pango_util.h 22 class Font;
58 // Setup pango |layout|; set the |text|, the font description based on
72 // Retrieves the Pango metrics for a Pango font description. Caches the metrics
render_text_mac.cc 48 gfx::Font font(runs_[i].font_name, runs_[i].text_size);
51 spans.push_back(RenderText::FontSpan(font, range));
114 const Font& font = GetPrimaryFont(); local
115 CTFontRef ct_font = base::mac::NSToCFCast(font.GetNativeFont());
145 // Ensure ascent and descent are not smaller than ones of the font list.
183 font_style(Font::NORMAL),
195 CTFontRef font) {
231 CTFontCreateCopyWithSymbolicTraits(font, 0.0, NULL, traits, traits))
    [all...]
  /external/freetype/include/freetype/
ftgzip.h 43 /* Using gzip-compressed font files. */
57 * Open a new stream to parse gzip-compressed font files. This is
83 * This means that if no font driver is capable of handling the raw
ftlzw.h 43 /* Using LZW-compressed font files. */
56 * Open a new stream to parse LZW-compressed font files. This is
80 * This means that if no font driver is capable of handling the raw
  /external/freetype/src/pshinter/
pshglob.h 45 /* The maximum number of blue zones in a font global hints structure. */
132 /* font globals. */
163 /* snap a stem width to fitter coordinates. `org_width' is in font */
  /external/harfbuzz_ng/
TODO 14 - Warn at compile time (and runtime with HB_DEBUG?) if no Unicode / font
17 - Do proper rounding when scaling from font space? May be a non-issue.
76 - ot-layout enumeration API (needs font)
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea.cc 69 hb_font_t *font,
73 hb_font_t *font,
77 hb_font_t *font,
168 hb_font_t *font HB_UNUSED)
183 hb_font_t *font HB_UNUSED,
275 hb_font_t *font,
291 if (!font->get_glyph (0x25CC, 0, &dottedcircle_glyph))
327 hb_font_t *font,
330 insert_dotted_circles (plan, font, buffer);
339 initial_reordering_syllable (plan, font->face, buffer, last, i)
    [all...]
  /external/icu4c/layout/
HanLayoutEngine.h 34 * a particular font, script and language. It takes the GSUB table as a parameter since
36 * Han OpenType font.
38 * @param fontInstance - the font

Completed in 1040 milliseconds

<<61626364656667686970>>