Home
last modified time | relevance | path

Searched refs:max_location (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_l_o_c_a.py37 max_location = max(self.locations)
40 max_location = 0
41 if max_location < 0x20000 and all(l % 2 == 0 for l in self.locations):
/external/vixl/test/
Dtest-pool-manager.cc601 int max_location = 500; in TEST() local
606 max_location); in TEST()
631 int max_location = 500; in TEST() local
636 max_location); in TEST()
663 int32_t max_location = pc + branch_range; in AddNBranches() local
668 max_location); in AddNBranches()
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py568 max_location = max(self.locations)
571 max_location = 0
576 if max_location >= 0x20000: