HomeSort by relevance Sort by last modified time
    Searched refs:hb_apply_context_t (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 237 struct hb_apply_context_t struct in namespace:OT
242 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
273 hb_apply_context_t (unsigned int table_index_, function in struct:OT::hb_apply_context_t
344 may_skip (const hb_apply_context_t *c,
375 inline skipping_forward_iterator_t (hb_apply_context_t *c_,
436 hb_apply_context_t *c;
446 inline skipping_backward_iterator_t (hb_apply_context_t *c_,
507 hb_apply_context_t *c;
695 static inline bool match_input (hb_apply_context_t *c,
706 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, count - 1)
    [all...]
hb-ot-layout-gpos-table.hh 387 inline bool apply (hb_apply_context_t *c,
439 inline bool apply (hb_apply_context_t *c) const
484 inline bool apply (hb_apply_context_t *c) const
586 inline bool apply (hb_apply_context_t *c,
659 inline bool apply (hb_apply_context_t *c) const
662 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, 1);
729 inline bool apply (hb_apply_context_t *c) const
732 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, 1);
875 inline bool apply (hb_apply_context_t *c) const
882 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, 1)
    [all...]
hb-ot-layout-gsub-table.hh 73 inline bool apply (hb_apply_context_t *c) const
149 inline bool apply (hb_apply_context_t *c) const
270 inline bool apply (hb_apply_context_t *c) const
348 inline bool apply (hb_apply_context_t *c) const
481 inline bool apply (hb_apply_context_t *c) const
623 inline bool apply (hb_apply_context_t *c) const
716 inline bool apply (hb_apply_context_t *c) const
798 inline bool apply (hb_apply_context_t *c) const
971 inline bool apply (hb_apply_context_t *c) const
    [all...]
hb-ot-shape-fallback.cc 423 OT::hb_apply_context_t c (1, font, buffer, kern_mask, true/*auto_zwj*/);
428 OT::hb_apply_context_t::skipping_forward_iterator_t skippy_iter (&c, buffer->idx, 1);
hb-ot-shape-complex-arabic-fallback.hh 249 OT::hb_apply_context_t c (0, font, buffer, fallback_plan->mask_array[i], true/*auto_zwj*/);
hb-ot-layout.cc 680 OT::hb_apply_context_t c (0, font, buffer, mask, auto_zwj);
730 OT::hb_apply_context_t c (1, font, buffer, mask, auto_zwj);
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 237 struct hb_apply_context_t struct in namespace:OT
242 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
273 hb_apply_context_t (unsigned int table_index_, function in struct:OT::hb_apply_context_t
344 may_skip (const hb_apply_context_t *c,
375 inline skipping_forward_iterator_t (hb_apply_context_t *c_,
436 hb_apply_context_t *c;
446 inline skipping_backward_iterator_t (hb_apply_context_t *c_,
507 hb_apply_context_t *c;
695 static inline bool match_input (hb_apply_context_t *c,
706 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, count - 1)
    [all...]
hb-ot-layout-gpos-table.hh 387 inline bool apply (hb_apply_context_t *c,
439 inline bool apply (hb_apply_context_t *c) const
484 inline bool apply (hb_apply_context_t *c) const
586 inline bool apply (hb_apply_context_t *c,
659 inline bool apply (hb_apply_context_t *c) const
662 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, 1);
731 inline bool apply (hb_apply_context_t *c) const
734 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, 1);
877 inline bool apply (hb_apply_context_t *c) const
884 hb_apply_context_t::skipping_forward_iterator_t skippy_iter (c, c->buffer->idx, 1)
    [all...]
hb-ot-layout-gsub-table.hh 73 inline bool apply (hb_apply_context_t *c) const
149 inline bool apply (hb_apply_context_t *c) const
270 inline bool apply (hb_apply_context_t *c) const
341 inline bool apply (hb_apply_context_t *c) const
474 inline bool apply (hb_apply_context_t *c) const
616 inline bool apply (hb_apply_context_t *c) const
709 inline bool apply (hb_apply_context_t *c) const
791 inline bool apply (hb_apply_context_t *c) const
964 inline bool apply (hb_apply_context_t *c) const
    [all...]
hb-ot-shape-fallback.cc 423 OT::hb_apply_context_t c (1, font, buffer, kern_mask, true/*auto_zwj*/);
428 OT::hb_apply_context_t::skipping_forward_iterator_t skippy_iter (&c, buffer->idx, 1);
hb-ot-shape-complex-arabic-fallback.hh 247 OT::hb_apply_context_t c (0, font, buffer, fallback_plan->mask_array[i], true/*auto_zwj*/);
hb-ot-layout.cc 674 OT::hb_apply_context_t c (0, font, buffer, mask, auto_zwj);
724 OT::hb_apply_context_t c (1, font, buffer, mask, auto_zwj);

Completed in 993 milliseconds