Home
last modified time | relevance | path

Searched refs:feature_records (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc623 hb_auto_array_t<OPENTYPE_FEATURE_RECORD> feature_records; in _hb_uniscribe_shape() local
682 unsigned int offset = feature_records.len; in _hb_uniscribe_shape()
687 …if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.len - 1].tagFeature) in _hb_uniscribe_shape()
689 OPENTYPE_FEATURE_RECORD *feature = feature_records.push (); in _hb_uniscribe_shape()
697 feature_records[feature_records.len - 1].lParameter = active_features[j].rec.lParameter; in _hb_uniscribe_shape()
704 range->props.cotfRecords = feature_records.len - offset; in _hb_uniscribe_shape()
730 …range->props.potfRecords = feature_records.array + reinterpret_cast<uintptr_t> (range->props.potfR… in _hb_uniscribe_shape()
Dhb-coretext.cc564 hb_auto_array_t<feature_record_t> feature_records; in _hb_coretext_shape() local