OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:data_destroy
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh
87
/*
data_destroy
()
93
void (*
data_destroy
) (void *data);
member in struct:hb_ot_complex_shaper_t
hb-ot-shape-complex-default.cc
218
NULL, /*
data_destroy
*/
hb-ot-shape.cc
197
if (plan->shaper->
data_destroy
)
198
plan->shaper->
data_destroy
(const_cast<void *> (plan->data));
hb-ot-shape-complex-sea.cc
376
NULL, /*
data_destroy
*/
hb-ot-shape-complex-thai.cc
370
NULL, /*
data_destroy
*/
hb-ot-shape-complex-myanmar.cc
537
NULL, /*
data_destroy
*/
Completed in 48 milliseconds