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

  /external/icu/icu4c/source/layout/
CursiveAttachmentSubtables.h 24 struct EntryExitRecord
33 EntryExitRecord entryExitRecords[ANY_NUMBER];
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 852 struct EntryExitRecord
898 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().codepoint)];
903 const EntryExitRecord &next_record = entryExitRecord[(this+coverage).get_coverage (buffer->info[skippy_iter.idx].codepoint)];
972 return TRACE_RETURN (coverage.sanitize (c, this) && entryExitRecord.sanitize (c, this));
980 ArrayOf<EntryExitRecord>
981 entryExitRecord; /* Array of EntryExit records--in
984 DEFINE_SIZE_ARRAY (6, entryExitRecord);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 852 struct EntryExitRecord
898 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().codepoint)];
903 const EntryExitRecord &next_record = entryExitRecord[(this+coverage).get_coverage (buffer->info[skippy_iter.idx].codepoint)];
972 return TRACE_RETURN (coverage.sanitize (c, this) && entryExitRecord.sanitize (c, this));
980 ArrayOf<EntryExitRecord>
981 entryExitRecord; /* Array of EntryExit records--in
984 DEFINE_SIZE_ARRAY (6, entryExitRecord);
    [all...]
  /external/fonttools/Lib/fontTools/
subset.py 253 self.EntryExitRecord = [self.EntryExitRecord[i] for i in indices]
254 self.EntryExitCount = len(self.EntryExitRecord)
268 for rec in self.EntryExitRecord:
    [all...]

Completed in 1509 milliseconds