Searched refs:CountReference (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otBase.py | 459 ref = CountReference(table, name, size=size, value=value) 504 class CountReference(object): class 675 if isinstance(value, CountReference): 697 CountReference(table, conv.repeat, value=countValue) 719 if isinstance(value, CountReference):
|
D | otTables.py | 15 BaseTable, FormatSwitchingBaseTable, ValueRecord, CountReference, 714 "RegionAxisCount": CountReference(self.__dict__, "RegionAxisCount") 1196 "LayerRecordCount": CountReference(self.__dict__, "LayerRecordCount")
|
D | otConverters.py | 12 from .otBase import (CountReference, FormatSwitchingBaseTable, 491 propagator[conv.name] = CountReference(table.__dict__, conv.name)
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 9 CountReference, 347 w["LookupType"] = CountReference(
|