Home
last modified time | relevance | path

Searched refs:plan_node_t (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-face.hh63 struct plan_node_t struct
66 plan_node_t *next; argument
68 hb_atomic_ptr_t<plan_node_t> shape_plans;
Dhb-shape-plan.cc454 hb_face_t::plan_node_t *cached_plan_nodes = face->shape_plans; in hb_shape_plan_create_cached2()
471 for (hb_face_t::plan_node_t *node = cached_plan_nodes; node; node = node->next) in hb_shape_plan_create_cached2()
487 …hb_face_t::plan_node_t *node = (hb_face_t::plan_node_t *) calloc (1, sizeof (hb_face_t::plan_node_… in hb_shape_plan_create_cached2()
Dhb-face.cc262 for (hb_face_t::plan_node_t *node = face->shape_plans; node; ) in hb_face_destroy()
264 hb_face_t::plan_node_t *next = node->next; in hb_face_destroy()