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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-private.hh 184 static inline uint8_t allocate_lig_id (hb_buffer_t *buffer) { function
187 lig_id = allocate_lig_id (buffer); /* in case of overflow */
hb-ot-layout-gsubgpos-private.hh 814 unsigned int lig_id = is_mark_ligature ? 0 : allocate_lig_id (c->buffer);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 184 static inline uint8_t allocate_lig_id (hb_buffer_t *buffer) { function
187 lig_id = allocate_lig_id (buffer); /* in case of overflow */
hb-ot-layout-gsubgpos-private.hh 814 unsigned int lig_id = is_mark_ligature ? 0 : allocate_lig_id (c->buffer);
    [all...]

Completed in 87 milliseconds