Home
last modified time | relevance | path

Searched refs:GlyphID (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh95 Supplier<GlyphID> &glyphs, in serialize()
180 Supplier<GlyphID> &glyphs, in serialize()
181 Supplier<GlyphID> &substitutes, in serialize()
202 ArrayOf<GlyphID>
212 Supplier<GlyphID> &glyphs, in serialize()
213 Supplier<GlyphID> &substitutes, in serialize()
310 Supplier<GlyphID> &glyphs, in serialize()
326 ArrayOf<GlyphID>
379 Supplier<GlyphID> &glyphs, in serialize()
382 Supplier<GlyphID> &substitute_glyphs_list) in serialize()
[all …]
Dhb-ot-shape-complex-arabic-fallback.hh52 OT::GlyphID glyphs[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single()
53 OT::GlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single()
80 hb_stable_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]); in arabic_fallback_synthesize_lookup_single()
82 OT::Supplier<OT::GlyphID> glyphs_supplier (glyphs, num_glyphs); in arabic_fallback_synthesize_lookup_single()
83 OT::Supplier<OT::GlyphID> substitutes_supplier (substitutes, num_glyphs); in arabic_fallback_synthesize_lookup_single()
104 OT::GlyphID first_glyphs[ARRAY_LENGTH_CONST (ligature_table)]; in arabic_fallback_synthesize_lookup_ligature()
110 …OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[0]… in arabic_fallback_synthesize_lookup_ligature()
112 …OT::GlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per ligatu… in arabic_fallback_synthesize_lookup_ligature()
129 …hb_stable_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]… in arabic_fallback_synthesize_lookup_ligature()
158 …OT::Supplier<OT::GlyphID> first_glyphs_supplier (first_glyphs, num_first_gl… in arabic_fallback_synthesize_lookup_ligature()
[all …]
Dhb-ot-layout-common-private.hh166 GlyphID start; /* First GlyphID in the range */
167 GlyphID end; /* Last GlyphID in the range */
698 Supplier<GlyphID> &glyphs, in serialize()
745 SortedArrayOf<GlyphID>
767 Supplier<GlyphID> &glyphs, in serialize()
888 Supplier<GlyphID> &glyphs, in serialize()
1055 GlyphID startGlyph; /* First GlyphID of the classValueArray */
Dhb-ot-cmap-table.hh243 ArrayOf<GlyphID, UINT>
341 GlyphID glyphID; /* Glyph ID of the UVS */
Dhb-ot-layout-jstf-table.hh139 typedef SortedArrayOf<GlyphID> ExtenderGlyphs;
Dhb-ot-math-table.hh427 GlyphID variantGlyph; /* Glyph ID for the variant. */
475 GlyphID glyph; /* Glyph ID for the part. */
Dhb-open-type-private.hh716 struct GlyphID : USHORT { struct
717 static inline int cmp (const GlyphID *a, const GlyphID *b) { return b->USHORT::cmp (*a); } in cmp() argument
Dhb-ot-layout-gpos-table.hh587 GlyphID secondGlyph; /* GlyphID of second glyph in the
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py156 class GlyphID(SimpleValue): class
377 "GlyphID": GlyphID,