HomeSort by relevance Sort by last modified time
    Searched full:data_destroy (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-default.cc 36 NULL, /* data_destroy */
hb-ot-shape-complex-tibetan.cc 53 NULL, /* data_destroy */
hb-ot-shape-complex-private.hh 91 /* data_destroy()
97 void (*data_destroy) (void *data); member in struct:hb_ot_complex_shaper_t
hb-ot-shape-complex-hebrew.cc 164 NULL, /* data_destroy */
hb-ot-shape-complex-myanmar.cc 512 NULL, /* data_destroy */
529 NULL, /* data_destroy */
hb-ot-shape-complex-thai.cc 372 NULL, /* data_destroy */
hb-ot-shape.cc 192 if (plan->shaper->data_destroy)
193 plan->shaper->data_destroy (const_cast<void *> (plan->data));

Completed in 125 milliseconds