OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shape_plans
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-face-private.hh
63
} *
shape_plans
;
member in struct:hb_face_t
hb-shape-plan.cc
376
hb_face_t::plan_node_t *cached_plan_nodes = (hb_face_t::plan_node_t *) hb_atomic_ptr_get (&face->
shape_plans
);
392
if (!hb_atomic_ptr_cmpexch (&face->
shape_plans
, cached_plan_nodes, node)) {
hb-face.cc
67
NULL, /*
shape_plans
*/
231
for (hb_face_t::plan_node_t *node = face->
shape_plans
; node; )
/external/harfbuzz_ng/src/
hb-shape-plan.cc
282
hb_face_t::plan_node_t *cached_plan_nodes = (hb_face_t::plan_node_t *) hb_atomic_ptr_get (&face->
shape_plans
);
298
if (!hb_atomic_ptr_cmpexch (&face->
shape_plans
, cached_plan_nodes, node)) {
hb-font-private.hh
110
} *
shape_plans
;
member in struct:hb_face_t
hb-font.cc
532
NULL, /*
shape_plans
*/
646
for (hb_face_t::plan_node_t *node = face->
shape_plans
; node; )
Completed in 183 milliseconds