Home
last modified time | relevance | path

Searched refs:SetMark (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh210 SetMark = 0x8000, /* If set, make the current glyph the marked glyph. */ enumerator
295 if (entry->flags & SetMark) in transition()
666 SetMark = 0x8000, /* If set, mark the current glyph. */ enumerator
794 if (flags & SetMark) in transition()
Dhb-aat-layout-just-table.hh321 SetMark =0x8000,/* If set, make the current glyph the marked enumerator
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py143 self.SetMark, self.DontAdvance = False, False
151 if self.SetMark: flags |= 0x8000
161 self.SetMark = bool(flags & 0x8000)
183 self.SetMark = self.DontAdvance = False
375 if self.SetMark: flags |= 0x8000
401 self.SetMark = bool(flags & 0x8000)
/external/fonttools/Tests/ttLib/tables/
DotTables_test.py412 a.SetMark, a.DontAdvance, a.ReservedFlags = True, True, 0x3117