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
209 DontAdvance = 0x4000, /* If set, don't advance to the next glyph before enumerator
368 DontAdvance = 0x4000, /* Leave the glyph pointer at this glyph for the enumerator
397 DontAdvance = 0x4000, /* Leave the glyph pointer at this glyph for the enumerator
427 DontAdvance = LigatureEntryT::DontAdvance, enumerator
659 DontAdvance = 0x4000, /* If set, don't advance to the next glyph before enumerator
787 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
476 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.hh764 entry.flags == context_t::DontAdvance)) in drive()
784 if (!(entry.flags & context_t::DontAdvance) || buffer->max_ops-- <= 0) in drive()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py89 self.DontAdvance = False
99 if self.DontAdvance: flags |= 0x4000
109 self.DontAdvance = bool(flags & 0x4000)
129 self.MarkFirst = self.DontAdvance = self.MarkLast = False
150 self.SetMark, self.DontAdvance = False, False
159 if self.DontAdvance: flags |= 0x4000
169 self.DontAdvance = bool(flags & 0x4000)
190 self.SetMark = self.DontAdvance = False
232 self.SetComponent, self.DontAdvance = False, False
241 if self.DontAdvance: flags |= 0x4000
[all …]
/external/fonttools/Tests/ttLib/tables/
DotTables_test.py378 r.MarkFirst = r.DontAdvance = r.MarkLast = True
410 a.SetMark, a.DontAdvance, a.ReservedFlags = True, True, 0x3117