Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-shape-plan.cc448 …hb_face_t::plan_node_t *cached_plan_nodes = (hb_face_t::plan_node_t *) hb_atomic_ptr_get (&face->s… in hb_shape_plan_create_cached()
449 for (hb_face_t::plan_node_t *node = cached_plan_nodes; node; node = node->next) in hb_shape_plan_create_cached()
469 …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_cached()
Dhb-face-private.hh59 struct plan_node_t { struct
61 plan_node_t *next; argument
Dhb-face.cc230 for (hb_face_t::plan_node_t *node = face->shape_plans; node; ) in hb_face_destroy()
232 hb_face_t::plan_node_t *next = node->next; in hb_face_destroy()