HomeSort by relevance Sort by last modified time
    Searched defs:has_no_chance (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 405 inline bool has_no_chance (void) const { return unlikely (num_items && idx + num_items >= end); } function in struct:OT::hb_apply_context_t::skipping_forward_iterator_t
410 while (!has_no_chance ())
475 inline bool has_no_chance (void) const { return unlikely (idx < num_items); } function in struct:OT::hb_apply_context_t::skipping_backward_iterator_t
480 while (!has_no_chance ())
727 if (skippy_iter.has_no_chance ()) return TRACE_RETURN (false);
896 if (skippy_iter.has_no_chance ()) return TRACE_RETURN (false);
916 if (skippy_iter.has_no_chance ()) return TRACE_RETURN (false);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 405 inline bool has_no_chance (void) const { return unlikely (num_items && idx + num_items >= end); } function in struct:OT::hb_apply_context_t::skipping_forward_iterator_t
410 while (!has_no_chance ())
475 inline bool has_no_chance (void) const { return unlikely (idx < num_items); } function in struct:OT::hb_apply_context_t::skipping_backward_iterator_t
480 while (!has_no_chance ())
727 if (skippy_iter.has_no_chance ()) return TRACE_RETURN (false);
896 if (skippy_iter.has_no_chance ()) return TRACE_RETURN (false);
916 if (skippy_iter.has_no_chance ()) return TRACE_RETURN (false);
    [all...]

Completed in 144 milliseconds