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 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()
|
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 476 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 | 764 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/ |
D | otTables.py | 89 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/ |
D | otTables_test.py | 378 r.MarkFirst = r.DontAdvance = r.MarkLast = True 410 a.SetMark, a.DontAdvance, a.ReservedFlags = True, True, 0x3117
|