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

<<51525354555657585960>>

  /external/harfbuzz_ng/src/
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())
    [all...]
hb-ot-shape-fallback.cc 166 hb_font_t *font HB_UNUSED,
194 hb_font_t *font,
201 if (!font->get_glyph_extents (buffer->info[i].codepoint,
205 hb_position_t y_gap = font->y_scale / 16;
286 hb_font_t *font,
293 if (!font->get_glyph_extents (buffer->info[base].codepoint,
351 position_mark (plan, font, buffer, cluster_extents, i, this_combining_class);
371 hb_font_t *font,
389 position_around_base (plan, font, buffer, i, j);
397 hb_font_t *font,
    [all...]
hb-ot-layout.cc 149 hb_ot_layout_get_ligature_carets (hb_font_t *font,
156 return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array);
660 hb_ot_layout_substitute_start (hb_font_t *font, hb_buffer_t *buffer)
662 OT::GSUB::substitute_start (font, buffer);
666 hb_ot_layout_substitute_lookup (hb_font_t *font,
672 if (unlikely (lookup_index >= hb_ot_layout_from_face (font->face)->gsub_lookup_count)) return false;
674 OT::hb_apply_context_t c (0, font, buffer, mask, auto_zwj);
676 const OT::SubstLookup& l = hb_ot_layout_from_face (font->face)->gsub->get_lookup (lookup_index);
678 return l.apply_string (&c, &hb_ot_layout_from_face (font->face)->gsub_digests[lookup_index])
    [all...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 25 import java.awt.font.*;
33 * This Graphics2D allows to fix some basic settings (Color, Font, Paint, Stroke,
45 private Font overrideFont;
51 private Font font; field in class:OverrideGraphics2D
64 this.font = graphics.getFont();
82 * Fixes the Font of the Graphics2D.
84 * @param font the fixed Font, or <code>null</code> to undo the fixing.
86 public void setOverrideFont(Font font
    [all...]
  /external/sonivox/docs/
JET_Programming_Manual.html 78 /* Font Definitions */
79 @font-face
80 {font-family:Tahoma;
82 mso-font-charset:0;
83 mso-generic-font-family:swiss;
84 mso-font-pitch:variable;
85 mso-font-signature:1627421319 -2147483648 8 0 66047 0;}
92 font-size:12.0pt;
93 font-family:Arial;
94 mso-fareast-font-family:"Times New Roman";
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2ft.c 93 /* Clean up font instance. */
97 CF2_Font font = (CF2_Font)ptr; local
100 if ( font )
102 FT_Memory memory = font->memory;
256 /* TODO: should handle font matrix concatenation? */
275 CF2_Font font; local
283 font = (CF2_Font)decoder->cff->cf2_instance.data;
295 font = (CF2_Font)decoder->cff->cf2_instance.data;
297 font->memory = memory;
300 cf2_outline_init( &font->outline, font->memory, &font->error )
    [all...]
cffobjs.c 62 CFF_Font font = (CFF_Font)face->extra.data; local
63 PSHinter_Service pshinter = font->pshinter;
80 CFF_Font font = (CFF_Font)face->extra.data; local
97 for ( i = font->num_subfonts; i > 0; i-- )
167 CFF_Font font = (CFF_Font)face->extra.data; local
179 cff_make_private_dict( &font->top_font, &priv );
185 for ( i = font->num_subfonts; i > 0; i-- )
187 CFF_SubFont sub = font->subfonts[i - 1];
226 CFF_Font font = (CFF_Font)face->extra.data; local
229 FT_ULong top_upm = font->top_font.font_dict.units_per_em
298 CFF_Font font = (CFF_Font)cffface->extra.data; local
353 CFF_Font font = (CFF_Font)face->extra.data; local
    [all...]
  /external/freetype/src/cff/
cf2ft.c 93 /* Clean up font instance. */
97 CF2_Font font = (CF2_Font)ptr; local
100 if ( font )
102 FT_Memory memory = font->memory;
256 /* TODO: should handle font matrix concatenation? */
275 CF2_Font font; local
283 font = (CF2_Font)decoder->cff->cf2_instance.data;
295 font = (CF2_Font)decoder->cff->cf2_instance.data;
297 font->memory = memory;
300 cf2_outline_init( &font->outline, font->memory, &font->error )
    [all...]
cffobjs.c 62 CFF_Font font = (CFF_Font)face->extra.data; local
63 PSHinter_Service pshinter = font->pshinter;
80 CFF_Font font = (CFF_Font)face->extra.data; local
97 for ( i = font->num_subfonts; i > 0; i-- )
167 CFF_Font font = (CFF_Font)face->extra.data; local
179 cff_make_private_dict( &font->top_font, &priv );
185 for ( i = font->num_subfonts; i > 0; i-- )
187 CFF_SubFont sub = font->subfonts[i - 1];
226 CFF_Font font = (CFF_Font)face->extra.data; local
229 FT_ULong top_upm = font->top_font.font_dict.units_per_em
298 CFF_Font font = (CFF_Font)cffface->extra.data; local
353 CFF_Font font = (CFF_Font)face->extra.data; local
    [all...]
  /external/chromium_org/tools/telemetry/docs/
telemetry.page.page_test.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>.page_test</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/page/page_test.py">telemetry/page/page_test.py</a></font></td></tr></table>
19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr
    [all...]
  /frameworks/compile/libbcc/
README.html 52 font-weight: bold }
59 font-weight: bold ;
71 font-weight: bold ;
72 font-family: sans-serif }
78 font-weight: bold ;
79 font-family: sans-serif }
93 font-style: italic }
96 font-weight: bold ;
97 font-style: normal }
105 font-size: smaller
    [all...]
  /frameworks/compile/slang/
README.html 52 font-weight: bold }
59 font-weight: bold ;
71 font-weight: bold ;
72 font-family: sans-serif }
78 font-weight: bold ;
79 font-family: sans-serif }
93 font-style: italic }
96 font-weight: bold ;
97 font-style: normal }
105 font-size: smaller
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.cpp 37 WidthIterator::WidthIterator(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, bool accountForGlyphBounds, bool forTextEmphasis)
38 : m_font(font)
44 , m_typesettingFeatures(font->typesettingFeatures())
60 unsigned expansionOpportunityCount = m_run.is8Bit() ? Font::expansionOpportunityCount(m_run.characters8(), m_run.length(), m_run.ltr() ? LTR : RTL, isAfterExpansion) : Font::expansionOpportunityCount(m_run.characters16(), m_run.length(), m_run.ltr() ? LTR : RTL, isAfterExpansion);
167 // Now that we have a glyph and font data, get its width.
192 // glyphDataForCharacter() returned whether it chose to use a small caps font.
208 static bool expandAroundIdeographs = Font::canExpandAroundIdeographsInComplexText();
209 bool treatAsSpace = Font::treatAsSpace(character)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextControllerCoreText.mm 29 #include "platform/fonts/Font.h"
44 const WebCore::Font* _font;
50 - (id)initWithFont:(const WebCore::Font*)font character:(UChar32)character;
56 - (id)initWithFont:(const WebCore::Font*)font character:(UChar32)character
61 _font = font;
64 // By the time a WebCascadeList is used, the Font has already been asked to realize all of its
130 // glyphs from LastResort. We want to use the primary font's missing glyph in order to match the fast text code path.
187 // Create a run of missing glyphs from the primary font
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
sas.php 158 6 => 'color: #000080; font-weight: bold;',
164 // 1 => 'color: #006400; font-style: italic;',
165 'MULTI' => 'color: #006400; font-style: italic;'
168 0 => 'color: #000099; font-weight: bold;'
177 0 => 'color: #2e8b57; font-weight: bold;'
191 0 => 'color: #0000ff; font-weight: bold;',
192 1 => 'color: #000080; font-weight: bold;',
193 2 => 'color: #006400; font-style: italic;',
194 3 => 'color: #006400; font-style: italic;',
195 4 => 'color: #006400; font-style: italic;'
    [all...]
klonec.php 104 'fieldset', 'font', 'form', 'frame', 'frameset',
178 1 => 'color: #b1b100; font-weight: bold;',//pour les mots-cles C
179 2 => 'color: #000000; font-weight: bold;',//pour les mots-cles KLone
182 5 => 'color: #0099FF; font-weight: bold;',//pour les types C
183 6 => 'color: #990099; font-weight: bold;',//pour les mots-cles HTML
187 1 => 'color: #808080; font-style: italic;',//commentaire sur une ligne C et KLone
189 'MULTI' => 'color: #808080; font-style: italic;'//commentaire sur plusieurs lignes C et KLone
192 0 => 'color: #000099; font-weight: bold;'
209 1 => 'color: #000000; font-weight: bold;'
213 0 => 'background-color:#ffccff; font-weight: bold; color:#000000;'
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftincrem.h 50 * Apart from that, all other tables are loaded normally from the font
71 * where the glyph data isn't in the font file, or must be overridden by
98 * Left bearing, in font units.
101 * Top bearing, in font units.
104 * Horizontal component of glyph advance, in font units.
107 * Vertical component of glyph advance, in font units.
147 * Note that the format of the glyph's data bytes depends on the font
232 * The original glyph metrics, if any, in font units. If metrics are
237 * The replacement glyph metrics in font units.
265 * The function to get glyph metrics. May be null if the font doe
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
gendata.cpp 135 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font");
142 // test-font attributes
153 LEFontInstance *font = NULL; local
197 printf("Error: could not open font: %s\n", fontName);
210 fprintf(outputFile, " <test-font name=\"%s\" version=\"%S\" checksum=\"0x%8.8X\"/>\n\n",
216 fprintf(outputFile, " <test-font name=\"%s\" version=\"%s\" checksum=\"0x%8.8X\"/>\n\n",
224 font = pfi;
243 if (font == NULL) {
246 font = new SimpleFontInstance(12, fontStatus);
250 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, leStatus)
    [all...]
  /external/freetype/include/freetype/
ftincrem.h 50 * Apart from that, all other tables are loaded normally from the font
71 * where the glyph data isn't in the font file, or must be overridden by
98 * Left bearing, in font units.
101 * Top bearing, in font units.
104 * Horizontal component of glyph advance, in font units.
107 * Vertical component of glyph advance, in font units.
147 * Note that the format of the glyph's data bytes depends on the font
232 * The original glyph metrics, if any, in font units. If metrics are
237 * The replacement glyph metrics in font units.
265 * The function to get glyph metrics. May be null if the font doe
    [all...]
  /external/icu4c/test/letest/
gendata.cpp 135 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font");
142 // test-font attributes
153 LEFontInstance *font = NULL; local
197 printf("Error: could not open font: %s\n", fontName);
210 fprintf(outputFile, " <test-font name=\"%s\" version=\"%S\" checksum=\"0x%8.8X\"/>\n\n",
216 fprintf(outputFile, " <test-font name=\"%s\" version=\"%s\" checksum=\"0x%8.8X\"/>\n\n",
224 font = pfi;
243 if (font == NULL) {
246 font = new SimpleFontInstance(12, fontStatus);
250 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, leStatus)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 209 const Font& font = styleToUse->font(); local
213 TextRun textRun = constructTextRun(styleToUse, font, respectHyphen ? &charactersWithHyphen : 0);
220 r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
221 else // Avoid computing the font width when the entire line box is selected as an optimization.
392 const RenderObject* renderer, const Font& font, const TextRun& textRun,
421 context->drawText(font, textRunPaintInfo, textOrigin);
423 context->drawEmphasisMarks(font, textRunPaintInfo, emphasisMark, textOrigin + IntSize(0, emphasisMarkOffset))
629 const Font& font = styleToUse->font(); local
1419 const Font& font = style->font(); local
1436 const Font& font = styleToUse->font(); local
1473 const Font& font = styleToUse->font(); local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 19 -webkit-font-smoothing: antialiased;
26 font: 14px/20px Roboto, sans-serif;
27 font-weight: 400; }
36 font-size: 48px;
38 font-weight: 100;
63 font-size: 12px;
107 font-weight: 500; }
110 font-style: italic; }
113 font-family: Courier New, monospace; }
240 font-size: 14px
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.provider.Settings.System.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Settings.System.html" target="_top"><font size="+2"><code>Settings.System</code></font></A>
82 <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
111 <TH VALIGN="TOP" COLSPAN=3>Changed Fields</FONT></TD>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#AIRPLANE_MODE_ON" target="_top"><code>AIRPLANE_MODE_ON</code></font></A></nobr> </TD>
125 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#AIRPLANE_MODE_RADIOS" target="_top"><code>AIRPLANE_MODE_RADIOS</code></font></A></nobr> </TD>
134 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#ALWAYS_FINISH_ACTIVITIES" target="_top"><code>ALWAYS_FINISH_ACTIVITIES</code></font></A></nobr> </TD>
143 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#ANIMATOR_DURATION_SCALE" target="_top"><code>ANIMATOR_DURATION_SCALE</code></font></A></nobr> </TD>
152 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#AUTO_TIME" target="_top"><code>AUTO_TIME</code></font></A></nobr> </TD>
161 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#AUTO_TIME_ZONE" target="_top"><code>AUTO_TIME_ZONE</code></font></A></nobr> </TD
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 30 The SkTypeface class specifies the typeface and intrinsic style of a font.
69 /** Return a 32bit value for this typeface, unique for the underlying font
75 resolve it to the default font and return its uniqueID. Will never
80 /** Returns true if the two typefaces reference the same underlying font,
81 handling either being null (treating null as the default font)
93 the default font for the requested style. Will never return null
95 @param familyName May be NULL. The name of the font family.
105 If family is NULL, this selects from the default font's family.
115 not a valid font file, returns null.
120 not a valid font file, returns null. Ownership of the stream i
    [all...]
  /external/skia/include/core/
SkTypeface.h 30 The SkTypeface class specifies the typeface and intrinsic style of a font.
69 /** Return a 32bit value for this typeface, unique for the underlying font
75 resolve it to the default font and return its uniqueID. Will never
80 /** Returns true if the two typefaces reference the same underlying font,
81 handling either being null (treating null as the default font)
93 the default font for the requested style. Will never return null
95 @param familyName May be NULL. The name of the font family.
105 If family is NULL, this selects from the default font's family.
115 not a valid font file, returns null.
120 not a valid font file, returns null. Ownership of the stream i
    [all...]

Completed in 1945 milliseconds

<<51525354555657585960>>