OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:override_features
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-private.hh
73
/*
override_features
()
79
void (*
override_features
) (hb_ot_shape_planner_t *plan);
member in struct:hb_ot_complex_shaper_t
hb-ot-shape-complex-default.cc
210
NULL, /*
override_features
*/
hb-ot-shape.cc
108
if (planner->shaper->
override_features
)
109
planner->shaper->
override_features
(planner);
hb-ot-shape-complex-arabic.cc
365
NULL, /*
override_features
*/
hb-ot-shape-complex-thai.cc
368
NULL, /*
override_features
*/
/external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh
71
/*
override_features
()
77
void (*
override_features
) (hb_ot_shape_planner_t *plan);
member in struct:hb_ot_complex_shaper_t
hb-ot-shape-complex-default.cc
216
NULL, /*
override_features
*/
hb-ot-shape.cc
117
if (planner->shaper->
override_features
)
118
planner->shaper->
override_features
(planner);
hb-ot-shape-complex-arabic.cc
347
NULL, /*
override_features
*/
hb-ot-shape-complex-thai.cc
368
NULL, /*
override_features
*/
Completed in 300 milliseconds