OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plan_node_t
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-face-private.hh
59
struct
plan_node_t
{
struct in struct:hb_face_t
61
plan_node_t
*next;
hb-shape-plan.cc
448
hb_face_t::
plan_node_t
*cached_plan_nodes = (hb_face_t::
plan_node_t
*) hb_atomic_ptr_get (&face->shape_plans);
449
for (hb_face_t::
plan_node_t
*node = cached_plan_nodes; node; node = node->next)
469
hb_face_t::
plan_node_t
*node = (hb_face_t::
plan_node_t
*) calloc (1, sizeof (hb_face_t::
plan_node_t
));
hb-face.cc
230
for (hb_face_t::
plan_node_t
*node = face->shape_plans; node; )
232
hb_face_t::
plan_node_t
*next = node->next;
Completed in 48 milliseconds