Searched refs:feature_records (Results 1 – 2 of 2) sorted by relevance
609 hb_auto_array_t<OPENTYPE_FEATURE_RECORD> feature_records; in _hb_uniscribe_shape() local668 unsigned int offset = feature_records.len; in _hb_uniscribe_shape()673 …if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.len - 1].tagFeature) in _hb_uniscribe_shape()675 OPENTYPE_FEATURE_RECORD *feature = feature_records.push (); in _hb_uniscribe_shape()683 feature_records[feature_records.len - 1].lParameter = active_features[j].rec.lParameter; in _hb_uniscribe_shape()690 range->props.cotfRecords = feature_records.len - offset; in _hb_uniscribe_shape()716 …range->props.potfRecords = feature_records.array + reinterpret_cast<uintptr_t> (range->props.potfR… in _hb_uniscribe_shape()
461 hb_auto_array_t<feature_record_t> feature_records; in _hb_coretext_shape() local