HomeSort by relevance Sort by last modified time
    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 45 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; \
147 NULL, /* shaper_func */
280 else if (shape_plan->shaper_func == _hb_##shaper##_shape) \
300 shape_plan->default_shaper_list ? 0 : (intptr_t) shape_plan->shaper_func;
309 hb_shape_func_t *shaper_func; member in struct:hb_shape_plan_proposal_t
318 (shape_plan->shaper_func == proposal->shaper_func));
356 proposal.shaper_func = _hb_##shaper##_shape; \
  /external/harfbuzz_ng/src/
hb-shape-plan-private.hh 45 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; \
124 NULL, /* shaper_func */
200 else if (shape_plan->shaper_func == _hb_##shaper##_shape) \
220 shape_plan->default_shaper_list ? 0 : (intptr_t) shape_plan->shaper_func;
229 hb_shape_func_t *shaper_func; member in struct:hb_shape_plan_proposal_t
238 (shape_plan->shaper_func == proposal->shaper_func));
262 proposal.shaper_func = _hb_##shaper##_shape; \

Completed in 41 milliseconds