Searched refs:GlyphID (Results 1 - 9 of 9) sorted by relevance
/external/harfbuzz_ng/src/ |
H A D | 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, 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 */]; 129 hb_stable_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]); 158 OT::Supplier<OT::GlyphID> first_glyphs_supplie [all...] |
H A D | hb-ot-layout-gsub-table.hh | 89 Supplier<GlyphID> &glyphs, 111 SHORT deltaGlyphID; /* Add to original GlyphID to get 112 * substitute GlyphID */ 166 Supplier<GlyphID> &glyphs, 167 Supplier<GlyphID> &substitutes, 188 ArrayOf<GlyphID> 198 Supplier<GlyphID> &glyphs, 199 Supplier<GlyphID> &substitutes, 299 Supplier<GlyphID> &glyphs, 315 ArrayOf<GlyphID> [all...] |
H A D | hb-ot-layout-jstf-table.hh | 139 typedef SortedArrayOf<GlyphID> ExtenderGlyphs;
|
H A D | hb-ot-layout-common-private.hh | 166 GlyphID start; /* First GlyphID in the range */ 167 GlyphID end; /* Last GlyphID in the range */ 698 Supplier<GlyphID> &glyphs, 745 SortedArrayOf<GlyphID> 767 Supplier<GlyphID> &glyphs, 859 * Start GlyphID. rangeCount entries 877 Supplier<GlyphID> &glyphs, 1044 GlyphID startGlyp [all...] |
H A D | hb-ot-cmap-table.hh | 243 ArrayOf<GlyphID, UINT> 341 GlyphID glyphID; /* Glyph ID of the UVS */
|
H A D | hb-open-type-private.hh | 703 struct GlyphID : USHORT { struct in namespace:OT 704 static inline int cmp (const GlyphID *a, const GlyphID *b) { return b->USHORT::cmp (*a); }
|
H A D | hb-ot-layout-gpos-table.hh | 584 GlyphID secondGlyph; /* GlyphID of second glyph in the 679 * by GlyphID of the second glyph */
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | otConverters.py | 156 class GlyphID(SimpleValue): class in inherits:SimpleValue 377 "GlyphID": GlyphID,
|
/external/fonttools/Tools/fontTools/ttLib/tables/ |
H A D | otConverters.py | 156 class GlyphID(SimpleValue): class in inherits:SimpleValue 377 "GlyphID": GlyphID,
|
Completed in 224 milliseconds