HomeSort by relevance Sort by last modified time
    Searched refs:HB_MAX_CONTEXT_LENGTH (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 679 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH],
685 if (unlikely (count > HB_MAX_CONTEXT_LENGTH)) return_trace (false);
801 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */
972 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */
    [all...]
hb-ot-layout-common-private.hh 42 #ifndef HB_MAX_CONTEXT_LENGTH
43 #define HB_MAX_CONTEXT_LENGTH 64
    [all...]
hb-ot-layout-gsub-table.hh 650 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH];
    [all...]

Completed in 2768 milliseconds