HomeSort by relevance Sort by last modified time
    Searched full:glyphs (Results 101 - 125 of 370) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/libs/hwui/font/
Font.h 41 * to generate glyphs and cache them in the FontState.
142 // Cache of glyphs
  /frameworks/native/libs/utils/tests/
Unicode_test.cpp 52 << "ASCII glyphs should have a length of 1 char16_t";
63 << "Plane 1 glyphs should have a length of 1 char16_t";
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 60 USHORT numGlyphs; /* The number of glyphs in the font. */
hb-ot-layout-private.hh 132 * - All resulting glyphs will have lig_id = 0,
133 * - The resulting glyphs will have lig_comp = 0, 1, 2, ... respectively.
195 const hb_codepoint_t *glyphs,
hb-ot-layout.h 68 hb_set_t *glyphs /* OUT */);
241 const hb_codepoint_t *glyphs,
248 hb_set_t *glyphs
  /external/icu4c/test/letest/
cletest.c 42 LEGlyphID *glyphs = NULL; local
60 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10);
71 le_getGlyphs(engine, glyphs, &status);
74 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
121 DELETE_ARRAY(glyphs);
215 LEGlyphID glyphs[6]; local
236 le_getGlyphs(engine, glyphs, &status);
296 if (actual->glyphs[i] != expected->glyphs[i]) {
298 testID, i, expected->glyphs[i], actual->glyphs[i])
    [all...]
  /external/webkit/Source/WebCore/css/
CSSLineBoxContainValue.cpp 58 text += "glyphs";
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 188 uint16_t glyphs[maxBufferCount]; local
194 int n = SkMin32(length, SK_ARRAY_COUNT(glyphs));
197 int count = paint.textToGlyphs(characters, n * 2, glyphs);
199 if (0 == glyphs[i])
UniscribeHelper.h 105 // graphemes (one or more glyphs perceived as a single unit by ordinary
198 // being used to generate glyphs for non-complex, non-BMP (above U+FFFF)
201 // Uniscribe is the only way to get glyphs for non-BMP characters.
221 // on each of the glyphs that were generated. Like runs_, this is in
237 // Returns the number of glyphs (which will be drawn to the screen)
250 // Returns the advance array that should be used when measuring glyphs.
280 // glyphs, in which case there will be skipped indices in this list.
  /external/webkit/Source/WebKit/chromium/public/
WebGlyphCache.h 39 // glyphs in particular fonts).
  /external/freetype/include/freetype/internal/
autohint.h 21 /* The auto-hinter is used to load and automatically hint glyphs if a */
40 /* aggressively the glyphs in the face, and thus can be */
168 /* This function is capable of loading composite glyphs by hinting */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-tibetan.c 129 item->glyphs, &item->num_glyphs,
232 syllable.glyphs = item->glyphs + first_glyph;
harfbuzz-hangul.c 176 item->glyphs, &item->num_glyphs,
246 syllable.glyphs = item->glyphs + first_glyph;
  /external/icu4c/layout/
ArabicLayoutEngine.cpp 143 // "glyphs", "indices" -> glyphs, indices
151 // made a clone of mapCharsToGlyphs which took the fake glyphs
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h 43 // ComplexTextController is responsible for rendering and measuring glyphs for
52 // Advance and emit glyphs up to the specified character.
96 const CGGlyph* glyphs() const { return m_glyphs; } function in class:WebCore::ComplexTextController::ComplexTextRun
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 104 void (*wkClearGlyphVector)(void* glyphs);
105 OSStatus (*wkConvertCharToGlyphs)(void* styleGroup, const UniChar*, unsigned numCharacters, void* glyphs);
114 OSStatus (*wkInitializeGlyphVector)(int count, void* glyphs);
  /frameworks/base/data/fonts/
fallback_fonts.xml 6 glyphs not handled by the default fonts specified in /system/etc/system_fonts.xml.
11 will be searched for glyphs that are not supported by the default system fonts (which are
148 a cumulative limit of 64k glyphs. Thus, if they are placed after the
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 247 HB_Glyph *glyphs = item->glyphs; local
251 item->font->klass->getGlyphMetrics(item->font, glyphs[gfrom], &baseMetrics);
278 HB_Glyph mark = glyphs[gfrom+i];
425 // set the glyph attributes heuristically. Assumes a 1 to 1 relationship between chars and glyphs
570 shaper_item->glyphs, &shaper_item->num_glyphs,
1235 HB_Glyph *glyphs = item->glyphs; local
    [all...]
harfbuzz-hangul.c 176 item->glyphs, &item->num_glyphs,
246 syllable.glyphs = item->glyphs + first_glyph;
harfbuzz-tibetan.c 129 item->glyphs, &item->num_glyphs,
232 syllable.glyphs = item->glyphs + first_glyph;
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLUnderOver.cpp 156 // FIXME: descending glyphs intrude into base (e.g. lowercase y over base)
175 // FIXME: Non-ascending glyphs in the under should be moved closer to the base
200 // FIXME: Non-descending glyphs in the over should be moved closer to the base
201 // FIXME: Non-ascending glyphs in the under should be moved closer to the base
208 // FIXME: descending glyphs intrude into base (e.g. lowercase y over base)
  /external/freetype/include/freetype/
ftglyph.h 5 /* FreeType convenience functions to handle glyphs (specification). */
359 /* coincides with the exact bounding box for most glyphs, it can be */
    [all...]
  /external/icu4c/layoutex/layout/
playout.h 366 * Get the number of glyphs in the visual run.
370 * @return the number of glyphs.
378 * Get the glyphs in the visual run. Glyphs with the values <code>0xFFFE</code> and
383 * @return the address of the array of glyphs for this visual run. The storage
393 * Get the (x, y) positions of the glyphs in the visual run. To simplify storage
  /external/skia/legacy/src/core/
SkGlyphCache.h 26 matrix, etc., and holds the glyphs for that strike. Calling any of the
67 /** Map the glyph to its Unicode equivalent. Unmappable glyphs map to
72 /** Returns the number of glyphs for this strike.
  /external/skia/src/core/
SkGlyphCache.h 29 matrix, etc., and holds the glyphs for that strike. Calling any of the
70 /** Map the glyph to its Unicode equivalent. Unmappable glyphs map to
75 /** Returns the number of glyphs for this strike.

Completed in 3631 milliseconds

1 2 3 45 6 7 8 91011>>