HomeSort by relevance Sort by last modified time
    Searched refs:GlyphID (Results 1 - 11 of 11) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 52 OT::GlyphID glyphs[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
53 OT::GlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
80 hb_stable_sort (&glyphs[0], num_glyphs, (int(*)(const OT::GlyphID*, const OT::GlyphID *)) OT::GlyphID::cmp, &substitutes[0]);
82 OT::Supplier<OT::GlyphID> glyphs_supplier (glyphs, num_glyphs);
83 OT::Supplier<OT::GlyphID> substitutes_supplier (substitutes, num_glyphs);
104 OT::GlyphID first_glyphs[ARRAY_LENGTH_CONST (ligature_table)];
110 OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[0].ligatures)];
112 OT::GlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per ligature */]
    [all...]
hb-ot-layout-gsub-table.hh 95 Supplier<GlyphID> &glyphs,
117 INT16 deltaGlyphID; /* Add to original GlyphID to get
118 * substitute GlyphID */
180 Supplier<GlyphID> &glyphs,
181 Supplier<GlyphID> &substitutes,
202 ArrayOf<GlyphID>
212 Supplier<GlyphID> &glyphs,
213 Supplier<GlyphID> &substitutes,
308 Supplier<GlyphID> &glyphs,
324 ArrayOf<GlyphID>
    [all...]
hb-ot-layout-jstf-table.hh 139 typedef SortedArrayOf<GlyphID> ExtenderGlyphs;
hb-ot-kern-table.hh 66 GlyphID left;
67 GlyphID right;
hb-ot-layout-common-private.hh 162 GlyphID start; /* First GlyphID in the range */
163 GlyphID end; /* Last GlyphID in the range */
694 Supplier<GlyphID> &glyphs,
739 SortedArrayOf<GlyphID>
761 Supplier<GlyphID> &glyphs,
866 * Start GlyphID. rangeCount entries
884 Supplier<GlyphID> &glyphs,
    [all...]
hb-ot-math-table.hh 427 GlyphID variantGlyph; /* Glyph ID for the variant. */
475 GlyphID glyph; /* Glyph ID for the part. */
hb-ot-cmap-table.hh 213 UINT32 glyphID; /* Glyph index; interpretation depends on
243 ArrayOf<GlyphID, UINT>
286 { return group.glyphID + (u - group.startCharCode); }
293 { return group.glyphID; }
341 GlyphID glyphID; /* Glyph ID of the UVS */
363 *glyph = nonDefaults[i].glyphID;
hb-open-type-private.hh 699 typedef UINT16 GlyphID;
hb-ot-layout-gpos-table.hh 588 GlyphID secondGlyph; /* GlyphID of second glyph in the
677 * by GlyphID of the second glyph */
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_charposlist.cpp 41 uint32_t GlyphID = charpos.m_GlyphIndex;
44 GlyphID = charpos.m_ExtGID;
47 if (GlyphID != static_cast<uint32_t>(-1)) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 156 class GlyphID(SimpleValue):
377 "GlyphID": GlyphID,

Completed in 151 milliseconds