HomeSort by relevance Sort by last modified time
    Searched refs:feature_records (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 603 hb_auto_array_t<OPENTYPE_FEATURE_RECORD> feature_records; local
662 unsigned int offset = feature_records.len;
667 if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.len - 1].tagFeature)
669 OPENTYPE_FEATURE_RECORD *feature = feature_records.push ();
677 feature_records[feature_records.len - 1].lParameter = active_features[j].rec.lParameter;
681 /* Will convert to pointer after all is ready, since feature_records.array
684 range->props.cotfRecords = feature_records.len - offset;
710 range->props.potfRecords = feature_records.array + reinterpret_cast<uintptr_t> (range->props.potfRecords)
    [all...]
hb-coretext.cc 450 hb_auto_array_t<feature_record_t> feature_records; local
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 602 hb_auto_array_t<OPENTYPE_FEATURE_RECORD> feature_records; local
661 unsigned int offset = feature_records.len;
666 if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.len - 1].tagFeature)
668 OPENTYPE_FEATURE_RECORD *feature = feature_records.push ();
676 feature_records[feature_records.len - 1].lParameter = active_features[j].rec.lParameter;
680 /* Will convert to pointer after all is ready, since feature_records.array
683 range->props.cotfRecords = feature_records.len - offset;
709 range->props.potfRecords = feature_records.array + reinterpret_cast<uintptr_t> (range->props.potfRecords)
    [all...]
hb-coretext.cc 443 hb_auto_array_t<feature_record_t> feature_records; local
    [all...]
  /external/chromium_org/third_party/ots/src/
layout.cc 1251 std::vector<FeatureRecord> feature_records; local
    [all...]

Completed in 641 milliseconds