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.hh208 SetMark = 0x8000, /* If set, make the current glyph the marked glyph. */ enumerator
293 if (entry.flags & SetMark) in transition()
658 SetMark = 0x8000, /* If set, mark the current glyph. */ enumerator
750 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.py150 self.SetMark, self.DontAdvance = False, False
158 if self.SetMark: flags |= 0x8000
168 self.SetMark = bool(flags & 0x8000)
190 self.SetMark = self.DontAdvance = False
382 if self.SetMark: flags |= 0x8000
408 self.SetMark = bool(flags & 0x8000)
/external/fonttools/Tests/ttLib/tables/
DotTables_test.py410 a.SetMark, a.DontAdvance, a.ReservedFlags = True, True, 0x3117