Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py12 from fontTools.ttLib.tables.otBase import ValueRecord, valueRecordFormatDict
243 assert w in valueRecordFormatDict
264 mask = valueRecordFormatDict[what][0]
318 mask = valueRecordFormatDict[what][0]
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py896 valueRecordFormatDict = _buildDict() variable
970 format = format | valueRecordFormatDict[name][0]
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py7 valueRecordFormatDict,
2346 valueFormat |= valueRecordFormatDict[name][0]