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

  /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...]

Completed in 141 milliseconds