Lines Matching refs:USHORT
331 typedef bool (*match_func_t) (hb_codepoint_t glyph_id, const USHORT &value, const void *data);
349 const USHORT *glyph_data) const in may_match()
418 const USHORT glyph_data[]) in set_match_func()
458 const USHORT *match_glyph_data;
488 const USHORT glyph_data[]) in set_match_func()
528 const USHORT *match_glyph_data;
626 typedef bool (*intersects_func_t) (hb_set_t *glyphs, const USHORT &value, const void *data);
627 typedef void (*collect_glyphs_func_t) (hb_set_t *glyphs, const USHORT &value, const void *data);
628 typedef bool (*match_func_t) (hb_codepoint_t glyph_id, const USHORT &value, const void *data);
644 static inline bool intersects_glyph (hb_set_t *glyphs, const USHORT &value, const void *data HB_UNU… in intersects_glyph()
648 static inline bool intersects_class (hb_set_t *glyphs, const USHORT &value, const void *data) in intersects_class()
653 static inline bool intersects_coverage (hb_set_t *glyphs, const USHORT &value, const void *data) in intersects_coverage()
661 const USHORT values[], in intersects_array()
672 static inline void collect_glyph (hb_set_t *glyphs, const USHORT &value, const void *data HB_UNUSED) in collect_glyph()
676 static inline void collect_class (hb_set_t *glyphs, const USHORT &value, const void *data) in collect_class()
681 static inline void collect_coverage (hb_set_t *glyphs, const USHORT &value, const void *data) in collect_coverage()
689 const USHORT values[], in collect_array()
698 static inline bool match_glyph (hb_codepoint_t glyph_id, const USHORT &value, const void *data HB_U… in match_glyph()
702 static inline bool match_class (hb_codepoint_t glyph_id, const USHORT &value, const void *data) in match_class()
707 static inline bool match_coverage (hb_codepoint_t glyph_id, const USHORT &value, const void *data) in match_coverage()
715 const USHORT input[], /* Array of input values--start with second glyph */ in would_match_input()
730 const USHORT input[], /* Array of input values--start with second glyph */ in match_input()
907 const USHORT backtrack[], in match_backtrack()
926 const USHORT lookahead[], in match_lookahead()
953 USHORT sequenceIndex; /* Index into current glyph
955 USHORT lookupListIndex; /* Lookup to apply to that
1078 const USHORT input[], /* Array of input values--start with second glyph */ in context_closure_lookup()
1092 const USHORT input[], /* Array of input values--start with second glyph */ in context_collect_glyphs_lookup()
1106 const USHORT input[], /* Array of input values--start with second glyph */ in context_would_apply_lookup()
1117 const USHORT input[], /* Array of input values--start with second glyph */ in context_apply_lookup()
1181 USHORT inputCount; /* Total number of glyphs in input
1184 USHORT lookupCount; /* Number of LookupRecords */
1185 USHORT inputZ[VAR]; /* Array of match inputs--start with
1323 USHORT format; /* Format identifier--format = 1 */
1415 USHORT format; /* Format identifier--format = 2 */
1444 glyphCount, (const USHORT *) (coverageZ + 1), in closure()
1461 glyphCount, (const USHORT *) (coverageZ + 1), in collect_glyphs()
1475 …return TRACE_RETURN (context_would_apply_lookup (c, glyphCount, (const USHORT *) (coverageZ + 1), … in would_apply()
1494 …return TRACE_RETURN (context_apply_lookup (c, glyphCount, (const USHORT *) (coverageZ + 1), lookup… in apply()
1510 USHORT format; /* Format identifier--format = 3 */
1511 USHORT glyphCount; /* Number of glyphs in the input glyph
1513 USHORT lookupCount; /* Number of LookupRecords */
1550 USHORT format; /* Format identifier */
1580 const USHORT backtrack[], in chain_context_closure_lookup()
1582 const USHORT input[], /* Array of input values--start with second glyph */ in chain_context_closure_lookup()
1584 const USHORT lookahead[], in chain_context_closure_lookup()
1604 const USHORT backtrack[], in chain_context_collect_glyphs_lookup()
1606 const USHORT input[], /* Array of input values--start with second glyph */ in chain_context_collect_glyphs_lookup()
1608 const USHORT lookahead[], in chain_context_collect_glyphs_lookup()
1628 const USHORT backtrack[] HB_UNUSED, in chain_context_would_apply_lookup()
1630 const USHORT input[], /* Array of input values--start with second glyph */ in chain_context_would_apply_lookup()
1632 const USHORT lookahead[] HB_UNUSED, in chain_context_would_apply_lookup()
1645 const USHORT backtrack[], in chain_context_apply_lookup()
1647 const USHORT input[], /* Array of input values--start with second glyph */ in chain_context_apply_lookup()
1649 const USHORT lookahead[], in chain_context_apply_lookup()
1678 const HeadlessArrayOf<USHORT> &input = StructAfter<HeadlessArrayOf<USHORT> > (backtrack); in closure()
1679 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in closure()
1692 const HeadlessArrayOf<USHORT> &input = StructAfter<HeadlessArrayOf<USHORT> > (backtrack); in collect_glyphs()
1693 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in collect_glyphs()
1706 const HeadlessArrayOf<USHORT> &input = StructAfter<HeadlessArrayOf<USHORT> > (backtrack); in would_apply()
1707 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in would_apply()
1719 const HeadlessArrayOf<USHORT> &input = StructAfter<HeadlessArrayOf<USHORT> > (backtrack); in apply()
1720 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in apply()
1732 HeadlessArrayOf<USHORT> &input = StructAfter<HeadlessArrayOf<USHORT> > (backtrack); in sanitize()
1734 ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); in sanitize()
1741 ArrayOf<USHORT>
1745 HeadlessArrayOf<USHORT>
1748 ArrayOf<USHORT>
1883 USHORT format; /* Format identifier--format = 1 */
1995 USHORT format; /* Format identifier--format = 2 */
2035 backtrack.len, (const USHORT *) backtrack.array, in closure()
2036 input.len, (const USHORT *) input.array + 1, in closure()
2037 lookahead.len, (const USHORT *) lookahead.array, in closure()
2056 backtrack.len, (const USHORT *) backtrack.array, in collect_glyphs()
2057 input.len, (const USHORT *) input.array + 1, in collect_glyphs()
2058 lookahead.len, (const USHORT *) lookahead.array, in collect_glyphs()
2075 backtrack.len, (const USHORT *) backtrack.array, in would_apply()
2076 input.len, (const USHORT *) input.array + 1, in would_apply()
2077 lookahead.len, (const USHORT *) lookahead.array, in would_apply()
2102 backtrack.len, (const USHORT *) backtrack.array, in apply()
2103 input.len, (const USHORT *) input.array + 1, in apply()
2104 lookahead.len, (const USHORT *) lookahead.array, in apply()
2121 USHORT format; /* Format identifier--format = 3 */
2168 USHORT format; /* Format identifier */
2187 USHORT format; /* Format identifier. Set to 1. */
2188 USHORT extensionLookupType; /* Lookup type of subtable referenced
2248 USHORT format; /* Format identifier */