OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:override_features
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh
75
/*
override_features
()
81
void (*
override_features
) (hb_ot_shape_planner_t *plan);
member in struct:hb_ot_complex_shaper_t
hb-ot-shape.cc
112
if (planner->shaper->
override_features
)
113
planner->shaper->
override_features
(planner);
Completed in 40 milliseconds