Lines Matching refs:HBUINT16
271 typedef bool (*match_func_t) (hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data);
289 const HBUINT16 *glyph_data) const in may_match()
351 const HBUINT16 glyph_data[]) in set_match_func()
431 const HBUINT16 *match_glyph_data;
670 typedef bool (*intersects_func_t) (const hb_set_t *glyphs, const HBUINT16 &value, const void *data);
671 typedef void (*collect_glyphs_func_t) (hb_set_t *glyphs, const HBUINT16 &value, const void *data);
672 typedef bool (*match_func_t) (hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data);
688 static inline bool intersects_glyph (const hb_set_t *glyphs, const HBUINT16 &value, const void *dat… in intersects_glyph()
692 static inline bool intersects_class (const hb_set_t *glyphs, const HBUINT16 &value, const void *dat… in intersects_class()
697 static inline bool intersects_coverage (const hb_set_t *glyphs, const HBUINT16 &value, const void *… in intersects_coverage()
705 const HBUINT16 values[], in intersects_array()
716 static inline void collect_glyph (hb_set_t *glyphs, const HBUINT16 &value, const void *data HB_UNUS… in collect_glyph()
720 static inline void collect_class (hb_set_t *glyphs, const HBUINT16 &value, const void *data) in collect_class()
725 static inline void collect_coverage (hb_set_t *glyphs, const HBUINT16 &value, const void *data) in collect_coverage()
733 const HBUINT16 values[], in collect_array()
742 static inline bool match_glyph (hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data HB… in match_glyph()
746 static inline bool match_class (hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data) in match_class()
751 static inline bool match_coverage (hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data) in match_coverage()
759 const HBUINT16 input[], /* Array of input values--start with second glyph */ in would_match_input()
774 const HBUINT16 input[], /* Array of input values--start with second glyph */ in match_input()
1006 const HBUINT16 backtrack[], in match_backtrack()
1028 const HBUINT16 lookahead[], in match_lookahead()
1059 HBUINT16 sequenceIndex; /* Index into current glyph
1061 HBUINT16 lookupListIndex; /* Lookup to apply to that
1221 const HBUINT16 input[], /* Array of input values--start with second glyph */ in context_intersects()
1231 const HBUINT16 input[], /* Array of input values--start with second glyph */ in context_closure_lookup()
1245 const HBUINT16 input[], /* Array of input values--start with second glyph */ in context_collect_glyphs_lookup()
1259 const HBUINT16 input[], /* Array of input values--start with second glyph */ in context_would_apply_lookup()
1270 const HBUINT16 input[], /* Array of input values--start with second glyph */ in context_apply_lookup()
1350 HBUINT16 inputCount; /* Total number of glyphs in input
1353 HBUINT16 lookupCount; /* Number of LookupRecords */
1354 UnsizedArrayOf<HBUINT16>
1533 HBUINT16 format; /* Format identifier--format = 1 */
1651 HBUINT16 format; /* Format identifier--format = 2 */
1678 glyphCount, (const HBUINT16 *) (coverageZ.arrayZ + 1), in intersects()
1694 glyphCount, (const HBUINT16 *) (coverageZ.arrayZ + 1), in closure()
1711 glyphCount, (const HBUINT16 *) (coverageZ.arrayZ + 1), in collect_glyphs()
1725 …return_trace (context_would_apply_lookup (c, glyphCount, (const HBUINT16 *) (coverageZ.arrayZ + 1)… in would_apply()
1741 …return_trace (context_apply_lookup (c, glyphCount, (const HBUINT16 *) (coverageZ.arrayZ + 1), look… in apply()
1765 HBUINT16 format; /* Format identifier--format = 3 */
1766 HBUINT16 glyphCount; /* Number of glyphs in the input glyph
1768 HBUINT16 lookupCount; /* Number of LookupRecords */
1796 HBUINT16 format; /* Format identifier */
1826 const HBUINT16 backtrack[], in chain_context_intersects()
1828 const HBUINT16 input[], /* Array of input values--start with second glyph */ in chain_context_intersects()
1830 const HBUINT16 lookahead[], in chain_context_intersects()
1846 const HBUINT16 backtrack[], in chain_context_closure_lookup()
1848 const HBUINT16 input[], /* Array of input values--start with second glyph */ in chain_context_closure_lookup()
1850 const HBUINT16 lookahead[], in chain_context_closure_lookup()
1866 const HBUINT16 backtrack[], in chain_context_collect_glyphs_lookup()
1868 const HBUINT16 input[], /* Array of input values--start with second glyph */ in chain_context_collect_glyphs_lookup()
1870 const HBUINT16 lookahead[], in chain_context_collect_glyphs_lookup()
1890 const HBUINT16 backtrack[] HB_UNUSED, in chain_context_would_apply_lookup()
1892 const HBUINT16 input[], /* Array of input values--start with second glyph */ in chain_context_would_apply_lookup()
1894 const HBUINT16 lookahead[] HB_UNUSED, in chain_context_would_apply_lookup()
1907 const HBUINT16 backtrack[], in chain_context_apply_lookup()
1909 const HBUINT16 input[], /* Array of input values--start with second glyph */ in chain_context_apply_lookup()
1911 const HBUINT16 lookahead[], in chain_context_apply_lookup()
1941 const HeadlessArrayOf<HBUINT16> &input = StructAfter<HeadlessArrayOf<HBUINT16> > (backtrack); in intersects()
1942 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in intersects()
1954 const HeadlessArrayOf<HBUINT16> &input = StructAfter<HeadlessArrayOf<HBUINT16> > (backtrack); in closure()
1955 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in closure()
1969 const HeadlessArrayOf<HBUINT16> &input = StructAfter<HeadlessArrayOf<HBUINT16> > (backtrack); in collect_glyphs()
1970 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in collect_glyphs()
1984 const HeadlessArrayOf<HBUINT16> &input = StructAfter<HeadlessArrayOf<HBUINT16> > (backtrack); in would_apply()
1985 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in would_apply()
1997 const HeadlessArrayOf<HBUINT16> &input = StructAfter<HeadlessArrayOf<HBUINT16> > (backtrack); in apply()
1998 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in apply()
2011 const HeadlessArrayOf<HBUINT16> &input = StructAfter<HeadlessArrayOf<HBUINT16> > (backtrack); in sanitize()
2013 const ArrayOf<HBUINT16> &lookahead = StructAfter<ArrayOf<HBUINT16> > (input); in sanitize()
2020 ArrayOf<HBUINT16>
2024 HeadlessArrayOf<HBUINT16>
2027 ArrayOf<HBUINT16>
2196 HBUINT16 format; /* Format identifier--format = 1 */
2339 HBUINT16 format; /* Format identifier--format = 2 */
2377 backtrack.len, (const HBUINT16 *) backtrack.arrayZ, in intersects()
2378 input.len, (const HBUINT16 *) input.arrayZ + 1, in intersects()
2379 lookahead.len, (const HBUINT16 *) lookahead.arrayZ, in intersects()
2398 backtrack.len, (const HBUINT16 *) backtrack.arrayZ, in closure()
2399 input.len, (const HBUINT16 *) input.arrayZ + 1, in closure()
2400 lookahead.len, (const HBUINT16 *) lookahead.arrayZ, in closure()
2419 backtrack.len, (const HBUINT16 *) backtrack.arrayZ, in collect_glyphs()
2420 input.len, (const HBUINT16 *) input.arrayZ + 1, in collect_glyphs()
2421 lookahead.len, (const HBUINT16 *) lookahead.arrayZ, in collect_glyphs()
2438 backtrack.len, (const HBUINT16 *) backtrack.arrayZ, in would_apply()
2439 input.len, (const HBUINT16 *) input.arrayZ + 1, in would_apply()
2440 lookahead.len, (const HBUINT16 *) lookahead.arrayZ, in would_apply()
2465 backtrack.len, (const HBUINT16 *) backtrack.arrayZ, in apply()
2466 input.len, (const HBUINT16 *) input.arrayZ + 1, in apply()
2467 lookahead.len, (const HBUINT16 *) lookahead.arrayZ, in apply()
2492 HBUINT16 format; /* Format identifier--format = 3 */
2529 HBUINT16 format; /* Format identifier */
2568 HBUINT16 format; /* Format identifier. Set to 1. */
2569 HBUINT16 extensionLookupType; /* Lookup type of subtable referenced
2610 HBUINT16 format; /* Format identifier */