OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shaper_func
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape-plan-private.hh
44
hb_shape_func_t *
shaper_func
;
member in struct:hb_shape_plan_t
hb-shape-plan.cc
63
shape_plan->
shaper_func
= _hb_##shaper##_shape; \
173
NULL, /*
shaper_func
*/
292
"num_features=%d
shaper_func
=%p",
294
shape_plan->
shaper_func
);
314
else if (shape_plan->
shaper_func
== _hb_##shaper##_shape) \
334
shape_plan->default_shaper_list ? 0 : (intptr_t) shape_plan->
shaper_func
;
349
hb_shape_func_t *
shaper_func
;
member in struct:hb_shape_plan_proposal_t
372
(shape_plan->
shaper_func
== proposal->
shaper_func
));
432
proposal.
shaper_func
= _hb_##shaper##_shape;
[
all
...]
/external/harfbuzz_ng/src/
hb-shape-plan-private.hh
44
hb_shape_func_t *
shaper_func
;
member in struct:hb_shape_plan_t
hb-shape-plan.cc
52
shape_plan->
shaper_func
= _hb_##shaper##_shape; \
156
NULL, /*
shaper_func
*/
292
else if (shape_plan->
shaper_func
== _hb_##shaper##_shape) \
312
shape_plan->default_shaper_list ? 0 : (intptr_t) shape_plan->
shaper_func
;
327
hb_shape_func_t *
shaper_func
;
member in struct:hb_shape_plan_proposal_t
350
(shape_plan->
shaper_func
== proposal->
shaper_func
));
399
proposal.
shaper_func
= _hb_##shaper##_shape; \
Completed in 185 milliseconds