Searched refs:feature_records (Results 1 – 2 of 2) sorted by relevance
613 hb_vector_t<OPENTYPE_FEATURE_RECORD> feature_records; in _hb_uniscribe_shape() local664 unsigned int offset = feature_records.len; in _hb_uniscribe_shape()669 …if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.len - 1].tagFeature) in _hb_uniscribe_shape()671 feature_records.push (active_features[j].rec); in _hb_uniscribe_shape()676 feature_records[feature_records.len - 1].lParameter = active_features[j].rec.lParameter; in _hb_uniscribe_shape()683 range->props.cotfRecords = feature_records.len - offset; in _hb_uniscribe_shape()709 …range->props.potfRecords = feature_records + reinterpret_cast<uintptr_t> (range->props.potfRecords… in _hb_uniscribe_shape()
479 hb_vector_t<feature_record_t> feature_records; in _hb_coretext_shape() local