OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shape_plans
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-face-private.hh
66
} *
shape_plans
;
member in struct:hb_face_t
hb-shape-plan.cc
528
hb_face_t::plan_node_t *cached_plan_nodes = (hb_face_t::plan_node_t *) hb_atomic_ptr_get (&face->
shape_plans
);
561
if (!hb_atomic_ptr_cmpexch (&face->
shape_plans
, cached_plan_nodes, node)) {
hb-face.cc
60
NULL, /*
shape_plans
*/
224
for (hb_face_t::plan_node_t *node = face->
shape_plans
; node; )
Completed in 1011 milliseconds