Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc621 hb_vector_t<OPENTYPE_FEATURE_RECORD> feature_records; in _hb_uniscribe_shape() local
672 unsigned int offset = feature_records.length; in _hb_uniscribe_shape()
677 …if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.length - 1].tagFeat… in _hb_uniscribe_shape()
679 feature_records.push (active_features[j].rec); in _hb_uniscribe_shape()
684 feature_records[feature_records.length - 1].lParameter = active_features[j].rec.lParameter; in _hb_uniscribe_shape()
691 range->props.cotfRecords = feature_records.length - offset; in _hb_uniscribe_shape()
717 …range->props.potfRecords = (OPENTYPE_FEATURE_RECORD *) feature_records + reinterpret_cast<uintptr_… in _hb_uniscribe_shape()
Dhb-coretext.cc465 hb_vector_t<feature_record_t> feature_records; in _hb_coretext_shape() local