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

<<41424344454647484950>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.h 27 class Font;
35 SVGTextLayoutEngineSpacing(const Font&);
41 const Font& m_font;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ft.h 52 /* Makes an hb_font_t use FreeType internally to implement font functions. */
54 hb_ft_font_set_funcs (hb_font_t *font);
57 hb_ft_font_get_face (hb_font_t *font);
hb-ot-head-table.hh 39 * head -- Font Header
62 FixedVersion fontRevision; /* Set by font manufacturer. */
64 * entire font as ULONG, then store
67 USHORT flags; /* Bit 0: Baseline for font at y=0;
85 * Bit 7: This bit should be set if the font
88 * Bit 8: This bit should be set for a GX font
91 * Bit 9: This bit should be set if the font
93 * Bit 10: This bit should be set if the font
96 * Bit 11: Font data is 'lossless,' as a result
99 * Bit 12: Font converted (produce compatible metrics
    [all...]
hb-ot-shape-fallback-private.hh 36 hb_font_t *font,
40 hb_font_t *font,
45 hb_font_t *font,
hb-ot-layout-gdef-table.hh 34 #include "hb-font-private.hh"
99 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
101 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
121 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
124 if (font->get_glyph_contour_point_for_origin (glyph_id, caretValuePoint, direction, &x, &y))
146 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
149 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) :
150 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font)
    [all...]
hb-ot-shape-normalize.cc 41 * The logic however tries to use whatever the font can support.
46 * recomposition only happens if the font supports the resulting characters.
54 * don't touch 1-character clusters that are supported by the font, even
57 * - When a font has a precomposed character for a sequence but the 'ccmp'
58 * feature in the font is not adequate, use the precomposed character
61 * - When a font does not support a combining mark, but supports it precomposed
65 * - When a font does not support a character but supports its decomposition,
76 * decomposition alone failed to find a sequence that the font supports.
104 set_glyph (hb_glyph_info_t &info, hb_font_t *font)
106 font->get_glyph (info.codepoint, 0, &info.glyph_index())
136 hb_font_t * const font = c->font; local
219 hb_font_t * const font = c->font; local
    [all...]
  /external/chromium_org/third_party/ots/test/
test_malicious_fonts.sh 18 # No font file is specified. Apply this script to all TT/OT files under the
36 # Confirm that the malicious font file does not crash OTS nor OS font renderer.
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
byte_array_table_builder.cc 27 throw IOException("No font data for the table");
38 throw IOException("No font data for the table");
49 throw IOException("No font data for the table");
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_font_utils.h 20 #include "sfntly/font.h"
28 void SerializeFont(const char* font_path, FontFactory* factory, Font* font);
  /external/chromium_org/tools/grit/grit/testdata/
browser.html 5 BODY, TD, DIV, A { FONT-FAMILY: arial,sans-serif}
27 <td nowrap bgcolor=#E8F4F7><font face=arial,sans-serif color=#000000 size=+1><b>&nbsp;[$~CHROME_TITLE~$]</b></font></td>
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.android_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>.android_browser_backend</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/chrome/android_browser_backend.py">telemetry/core/chrome/android_browser_backend.py</a></font></td></tr></table
    [all...]
  /external/clang/www/analyzer/
menu.css 7 font-weight: bold;
11 font-size: 80%;
47 font-weight: normal;
  /external/clang/www/
content.css 5 font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
29 span.caret { color:green; font-weight:bold }
  /external/harfbuzz_ng/src/
hb-ft.h 52 /* Makes an hb_font_t use FreeType internally to implement font functions. */
54 hb_ft_font_set_funcs (hb_font_t *font);
57 hb_ft_font_get_face (hb_font_t *font);
hb-ot-head-table.hh 39 * head -- Font Header
62 FixedVersion fontRevision; /* Set by font manufacturer. */
64 * entire font as ULONG, then store
67 USHORT flags; /* Bit 0: Baseline for font at y=0;
85 * Bit 7: This bit should be set if the font
88 * Bit 8: This bit should be set for a GX font
91 * Bit 9: This bit should be set if the font
93 * Bit 10: This bit should be set if the font
96 * Bit 11: Font data is 'lossless,' as a result
99 * Bit 12: Font converted (produce compatible metrics
    [all...]
hb-ot-shape-fallback-private.hh 36 hb_font_t *font,
40 hb_font_t *font,
45 hb_font_t *font,
hb-ot-layout-gdef-table.hh 34 #include "hb-font-private.hh"
99 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
101 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
121 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
124 if (font->get_glyph_contour_point_for_origin (glyph_id, caretValuePoint, direction, &x, &y))
146 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
149 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) :
150 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font)
    [all...]
  /external/harfbuzz_ng/util/
Makefile.am 33 main-font-text.hh \
56 main-font-text.hh \
66 main-font-text.hh \
  /external/llvm/utils/emacs/
tablegen-mode.el 14 (defvar tablegen-font-lock-keywords
23 ;; '("\/\/" . font-lock-comment-face)
25 '("\"[^\"]+\"" . font-lock-string-face)
27 '("\\<0x[0-9A-Fa-f]+\\>" . font-lock-preprocessor-face)
29 '("\\<0b[01]+\\>" . font-lock-preprocessor-face)
31 '("\\<[-]?[0-9]+\\>" . font-lock-preprocessor-face)
33 '("\\<[-+]?[0-9]+\.[0-9]*\([eE][-+]?[0-9]+\)?\\>" . font-lock-preprocessor-face)
43 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
103 (make-local-variable 'font-lock-defaults
    [all...]
  /external/proguard/src/proguard/gui/splash/
ConstantFont.java 32 private final Font value;
34 public ConstantFont(Font value)
42 public Font getFont(long time)
VariableFont.java 26 * This interface represents a Font that varies with time.
33 * Returns the Font for the given time.
35 public Font getFont(long time);
  /external/sfntly/cpp/src/sfntly/table/
byte_array_table_builder.cc 27 throw IOException("No font data for the table");
38 throw IOException("No font data for the table");
49 throw IOException("No font data for the table");
  /external/sfntly/cpp/src/test/
test_font_utils.h 20 #include "sfntly/font.h"
28 void SerializeFont(const char* font_path, FontFactory* factory, Font* font);
  /external/icu4c/layoutex/layout/
plruns.h 20 * Opaque datatype representing an array of font runs
62 * Construct an empty <code>pl_fontRuns</code> object. Clients can add font and limit
65 * @param initialCapacity is the initial size of the font and limit indices arrays. If
87 * Get the number of font runs.
99 * Reset the number of font runs to zero.
109 * Get the limit index for the last font run. This is the
122 * Get the limit index for a particular font run.
141 * @param run is the index into the font and limit indices arrays.
153 * Add a new font run to the given <code>pl_fontRuns</code> object.
160 * @param font is the address of the <code>le_font</code> to add. This object mus
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapText.java 32 package com.jme3.font;
34 import com.jme3.font.BitmapFont.Align;
35 import com.jme3.font.BitmapFont.VAlign;
47 private BitmapFont font; field in class:BitmapText
53 public BitmapText(BitmapFont font) {
54 this(font, false, false);
57 public BitmapText(BitmapFont font, boolean rightToLeft) {
58 this(font, rightToLeft, false);
61 public BitmapText(BitmapFont font, boolean rightToLeft, boolean arrayBased) {
62 textPages = new BitmapTextPage[font.getPageSize()];
    [all...]

Completed in 3060 milliseconds

<<41424344454647484950>>