Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/harfbuzz/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()
/third_party/harfbuzz/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.cc530 hb_face_t::plan_node_t *cached_plan_nodes = face->shape_plans; in hb_shape_plan_create_cached2()
547 for (hb_face_t::plan_node_t *node = cached_plan_nodes; node; node = node->next) in hb_shape_plan_create_cached2()
563 …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.cc280 for (hb_face_t::plan_node_t *node = face->shape_plans; node; ) in hb_face_destroy()
282 hb_face_t::plan_node_t *next = node->next; in hb_face_destroy()
/third_party/skia/third_party/externals/harfbuzz/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.cc530 hb_face_t::plan_node_t *cached_plan_nodes = face->shape_plans; in hb_shape_plan_create_cached2()
547 for (hb_face_t::plan_node_t *node = cached_plan_nodes; node; node = node->next) in hb_shape_plan_create_cached2()
563 …hb_face_t::plan_node_t *node = (hb_face_t::plan_node_t *) hb_calloc (1, sizeof (hb_face_t::plan_no… in hb_shape_plan_create_cached2()
Dhb-face.cc281 for (hb_face_t::plan_node_t *node = face->shape_plans; node; ) in hb_face_destroy()
283 hb_face_t::plan_node_t *next = node->next; in hb_face_destroy()