Searched refs:SetMark (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-morx-table.hh | 210 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()
|
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 | 143 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/ |
D | otTables_test.py | 412 a.SetMark, a.DontAdvance, a.ReservedFlags = True, True, 0x3117
|