OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preprocess_text
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-private.hh
98
/*
preprocess_text
()
103
void (*
preprocess_text
) (const hb_ot_shape_plan_t *plan,
member in struct:hb_ot_complex_shaper_t
hb-ot-shape.cc
358
if (c->plan->shaper->
preprocess_text
)
359
c->plan->shaper->
preprocess_text
(c->plan, buffer, c->font);
/external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh
96
/*
preprocess_text
()
101
void (*
preprocess_text
) (const hb_ot_shape_plan_t *plan,
member in struct:hb_ot_complex_shaper_t
hb-ot-shape.cc
359
if (c->plan->shaper->
preprocess_text
)
360
c->plan->shaper->
preprocess_text
(c->plan, c->buffer, c->font);
Completed in 73 milliseconds