Searched refs:DontAdvance (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-morx-table.hh | 62 DontAdvance = 0x4000, /* If set, don't advance to the next glyph enumerator 211 DontAdvance = 0x4000, /* If set, don't advance to the next glyph before enumerator 371 DontAdvance = 0x4000, /* Leave the glyph pointer at this glyph for the enumerator 400 DontAdvance = 0x4000, /* Leave the glyph pointer at this glyph for the enumerator 430 DontAdvance = LigatureEntryT::DontAdvance, enumerator 667 DontAdvance = 0x4000, /* If set, don't advance to the next glyph before enumerator 791 buffer->move_to ((flags & DontAdvance) ? end : end + count); in transition()
|
D | hb-aat-layout-kerx-table.hh | 158 DontAdvance = 0x4000, /* If set, don't advance to the next glyph enumerator 185 DontAdvance = 0x4000, /* If set, don't advance to the next glyph enumerator 216 DontAdvance = Format1EntryT::DontAdvance, enumerator 478 DontAdvance = 0x4000, /* If set, don't advance to the next glyph before enumerator
|
D | hb-aat-layout-just-table.hh | 323 DontAdvance =0x4000,/* If set, don't advance to the next glyph before enumerator
|
D | hb-aat-layout-common.hh | 769 entry->flags == context_t::DontAdvance)) in drive() 784 last_was_dont_advance = (entry->flags & context_t::DontAdvance) && buffer->max_ops-- > 0; in drive()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 82 self.DontAdvance = False 92 if self.DontAdvance: flags |= 0x4000 102 self.DontAdvance = bool(flags & 0x4000) 122 self.MarkFirst = self.DontAdvance = self.MarkLast = False 143 self.SetMark, self.DontAdvance = False, False 152 if self.DontAdvance: flags |= 0x4000 162 self.DontAdvance = bool(flags & 0x4000) 183 self.SetMark = self.DontAdvance = False 225 self.SetComponent, self.DontAdvance = False, False 234 if self.DontAdvance: flags |= 0x4000 [all …]
|
/external/fonttools/Tests/ttLib/tables/ |
D | otTables_test.py | 380 r.MarkFirst = r.DontAdvance = r.MarkLast = True 412 a.SetMark, a.DontAdvance, a.ReservedFlags = True, True, 0x3117
|