HomeSort by relevance Sort by last modified time
    Searched defs:HB_UNUSED (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz/src/
harfbuzz-impl.h 61 #ifndef HB_UNUSED
62 # define HB_UNUSED(arg) ((arg) = (arg))
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h 65 #ifndef HB_UNUSED
66 # define HB_UNUSED(arg) ((arg) = (arg))
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.hh     [all...]
hb-ot-shape-complex-myanmar-machine.hh 283 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
hb-ot-shape-complex-sea-machine.hh 112 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
hb-private.hh 173 #define HB_UNUSED __attribute__((unused))
175 #define HB_UNUSED
630 _hb_debug_msg_va<0> (const char *what HB_UNUSED,
631 const void *obj HB_UNUSED,
632 const char *func HB_UNUSED,
633 bool indented HB_UNUSED,
634 unsigned int level HB_UNUSED,
635 int level_dir HB_UNUSED,
636 const char *message HB_UNUSED,
637 va_list ap HB_UNUSED) {}
    [all...]

Completed in 107 milliseconds