Home
last modified time | relevance | path

Searched refs:DontAdvance (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh62 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()
Dhb-aat-layout-kerx-table.hh158 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
Dhb-aat-layout-just-table.hh323 DontAdvance =0x4000,/* If set, don't advance to the next glyph before enumerator
Dhb-aat-layout-common.hh769 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/
DotTables.py82 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/
DotTables_test.py380 r.MarkFirst = r.DontAdvance = r.MarkLast = True
412 a.SetMark, a.DontAdvance, a.ReservedFlags = True, True, 0x3117