Home
last modified time | relevance | path

Searched refs:index_last (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ms-feature-ranges.cc106 range->index_last = event->index - 1; in hb_ms_setup_features()
154 while (log_clusters[i] > range->index_last) in hb_ms_make_feature_ranges()
Dhb-ms-feature-ranges.hh77 unsigned int index_last; /* == end - 1 */ member
Dhb-coretext.cc506 unsigned int index_last; /* == end - 1 */ member
671 range->index_last = event->index - 1; in _hb_coretext_shape()
823 while (log_clusters[k] > range->index_last) in _hb_coretext_shape()
/third_party/harfbuzz/src/
Dhb-uniscribe.cc321 unsigned int index_last; /* == end - 1 */ member
713 range->index_last = event->index - 1; in _hb_uniscribe_shape()
882 while (log_clusters[k] > range->index_last) in _hb_uniscribe_shape()
Dhb-coretext.cc468 unsigned int index_last; /* == end - 1 */ member
633 range->index_last = event->index - 1; in _hb_coretext_shape()
785 while (log_clusters[k] > range->index_last) in _hb_coretext_shape()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.cc320 unsigned int index_last; /* == end - 1 */ member
692 range->index_last = event->index - 1; in _hb_uniscribe_shape()
861 while (log_clusters[k] > range->index_last) in _hb_uniscribe_shape()
Dhb-coretext.cc443 unsigned int index_last; /* == end - 1 */ member
590 range->index_last = event->index - 1; in _hb_coretext_shape()
742 while (log_clusters[k] > range->index_last) in _hb_coretext_shape()
/third_party/boost/boost/geometry/index/detail/rtree/rstar/
Dredistribute_elements.hpp136 size_t const index_last = parameters.get_max_elements() - parameters.get_min_elements() + 2; in apply() local
160 for ( size_t i = index_first ; i < index_last ; ++i ) in apply()