Home
last modified time | relevance | path

Searched refs:EntryExitRecord (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/layout/
DCursiveAttachmentSubtables.h24 struct EntryExitRecord struct
33 EntryExitRecord entryExitRecords[ANY_NUMBER]; argument
DCursiveAttachmentSubtables.cpp23 LEReferenceToArrayOf<EntryExitRecord> in process()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh876 struct EntryExitRecord struct
920 …const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().… in apply()
927 …const EntryExitRecord &next_record = entryExitRecord[(this+coverage).get_coverage (buffer->info[s… in apply()
1026 ArrayOf<EntryExitRecord>
/external/fonttools/Lib/fontTools/
Dsubset.py253 self.EntryExitRecord = [self.EntryExitRecord[i] for i in indices]
254 self.EntryExitCount = len(self.EntryExitRecord)
268 for rec in self.EntryExitRecord: