Home
last modified time | relevance | path

Searched defs:range_records (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ms-feature-ranges.hh87 hb_vector_t<hb_ms_range_record_t> &range_records /* OUT */) in hb_ms_setup_features()
191 hb_vector_t<hb_ms_range_record_t> &range_records, in hb_ms_make_feature_ranges()
H A Dhb-uniscribe.cc720 hb_vector_t<hb_ms_range_record_t> range_records; in _hb_uniscribe_shape() local
H A Dhb-directwrite.cc640 hb_vector_t<hb_ms_range_record_t> range_records; in _hb_directwrite_shape() local
H A Dhb-coretext-shape.cc631 hb_vector_t<range_record_t> range_records; in _hb_coretext_shape() local
/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcfx_cttgsubtable.cpp142 const auto& range_records = absl::get<std::vector<RangeRecord>>(coverage); in GetCoverageIndex() local
288 std::vector<RangeRecord> range_records(GetUInt16(sp)); in ParseCoverage() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_layout.rs1086 pub fn range_records(&self) -> &'a [RangeRecord] { in range_records() method