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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh 88 /* data_create()
93 void *(*data_create) (const hb_ot_shape_plan_t *plan); member in struct:hb_ot_complex_shaper_t
hb-ot-shape.cc 181 if (plan->shaper->data_create) {
182 plan->data = plan->shaper->data_create (plan);

Completed in 41 milliseconds