Searched refs:SetMark (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-morx-table.hh | 208 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()
|
D | hb-aat-layout-just-table.hh | 321 SetMark =0x8000,/* If set, make the current glyph the marked enumerator
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 150 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/ |
D | otTables_test.py | 410 a.SetMark, a.DontAdvance, a.ReservedFlags = True, True, 0x3117
|