Searched refs:GlyphID (Results 1 - 18 of 18) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh60 OT::GlyphID glyphs[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
61 OT::GlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
85 hb_bubble_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]);
87 OT::Supplier<OT::GlyphID> glyphs_supplier (glyphs, num_glyphs);
88 OT::Supplier<OT::GlyphID> substitutes_supplier (substitutes, num_glyphs);
109 OT::GlyphID first_glyphs[ARRAY_LENGTH_CONST (ligature_table)];
115 OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[0].ligatures)];
117 OT::GlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per ligature */];
134 hb_bubble_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
160 OT::Supplier<OT::GlyphID> first_glyphs_supplie
[all...]
H A Dhb-ot-layout-gsub-table.hh89 Supplier<GlyphID> &glyphs,
110 SHORT deltaGlyphID; /* Add to original GlyphID to get
111 * substitute GlyphID */
165 Supplier<GlyphID> &glyphs,
166 Supplier<GlyphID> &substitutes,
186 ArrayOf<GlyphID>
196 Supplier<GlyphID> &glyphs,
197 Supplier<GlyphID> &substitutes,
306 Supplier<GlyphID> &glyphs,
321 ArrayOf<GlyphID>
[all...]
H A Dhb-ot-layout-jstf-table.hh137 typedef SortedArrayOf<GlyphID> ExtenderGlyphs;
H A Dhb-ot-layout-common-private.hh151 GlyphID start; /* First GlyphID in the range */
152 GlyphID end; /* Last GlyphID in the range */
641 Supplier<GlyphID> &glyphs,
687 SortedArrayOf<GlyphID>
709 Supplier<GlyphID> &glyphs,
800 * Start GlyphID. rangeCount entries
818 Supplier<GlyphID> &glyphs,
982 GlyphID startGlyp
[all...]
H A Dhb-ot-cmap-table.hh223 ArrayOf<GlyphID, UINT>
318 GlyphID glyphID; /* Glyph ID of the UVS */
H A Dhb-open-type-private.hh625 typedef USHORT GlyphID; typedef in namespace:OT
H A Dhb-ot-layout-gpos-table.hh565 GlyphID secondGlyph; /* GlyphID of second glyph in the
648 * by GlyphID of the second glyph */
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh52 OT::GlyphID glyphs[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
53 OT::GlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1];
80 hb_bubble_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_bubble_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 Dhb-ot-layout-gsub-table.hh89 Supplier<GlyphID> &glyphs,
110 SHORT deltaGlyphID; /* Add to original GlyphID to get
111 * substitute GlyphID */
165 Supplier<GlyphID> &glyphs,
166 Supplier<GlyphID> &substitutes,
186 ArrayOf<GlyphID>
196 Supplier<GlyphID> &glyphs,
197 Supplier<GlyphID> &substitutes,
306 Supplier<GlyphID> &glyphs,
321 ArrayOf<GlyphID>
[all...]
H A Dhb-ot-layout-jstf-table.hh137 typedef SortedArrayOf<GlyphID> ExtenderGlyphs;
H A Dhb-ot-layout-common-private.hh151 GlyphID start; /* First GlyphID in the range */
152 GlyphID end; /* Last GlyphID in the range */
641 Supplier<GlyphID> &glyphs,
687 SortedArrayOf<GlyphID>
709 Supplier<GlyphID> &glyphs,
800 * Start GlyphID. rangeCount entries
818 Supplier<GlyphID> &glyphs,
982 GlyphID startGlyp
[all...]
H A Dhb-ot-cmap-table.hh223 ArrayOf<GlyphID, UINT>
318 GlyphID glyphID; /* Glyph ID of the UVS */
H A Dhb-open-type-private.hh625 typedef USHORT GlyphID; typedef in namespace:OT
H A Dhb-ot-layout-gpos-table.hh565 GlyphID secondGlyph; /* GlyphID of second glyph in the
648 * by GlyphID of the second glyph */
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeTypes.h60 typedef UInt16 GlyphID; typedef in namespace:blink::OpenType
H A DOpenTypeVerticalData.cpp119 OpenType::GlyphID glyphArray[1];
125 OpenType::GlyphID start;
126 OpenType::GlyphID end;
140 OpenType::GlyphID substitute[1];
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py156 class GlyphID(SimpleValue): class in inherits:SimpleValue
377 "GlyphID": GlyphID,
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py156 class GlyphID(SimpleValue): class in inherits:SimpleValue
377 "GlyphID": GlyphID,

Completed in 670 milliseconds