Home
last modified time | relevance | path

Searched refs:MarkLast (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_allocator/public/pw_allocator/
Dblock.h188 void MarkLast() { in MarkLast() function
/external/pigweed/pw_allocator/
Dblock.cc42 aliased.block->MarkLast(); in Init()
/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh66 MarkLast = 0x2000, /* If set, make the current glyph the last enumerator
90 if (flags & MarkLast) in transition()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py90 self.MarkLast = False
100 if self.MarkLast: flags |= 0x2000
110 self.MarkLast = bool(flags & 0x2000)
129 self.MarkFirst = self.DontAdvance = self.MarkLast = False
/external/fonttools/Tests/ttLib/tables/
DotTables_test.py378 r.MarkFirst = r.DontAdvance = r.MarkLast = True