HomeSort by relevance Sort by last modified time
    Searched refs:staticSize (Results 1 - 4 of 4) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 159 if hasattr(self, 'staticSize'): return self.staticSize
195 staticSize = 4
202 staticSize = 4
214 staticSize = 2
221 staticSize = 2
228 staticSize = 1
235 staticSize = 1
242 staticSize = 3
262 staticSize =
    [all...]
otTables.py 55 staticSize = 4
137 staticSize = 8
216 staticSize = 6
358 staticSize = 8
    [all...]
otBase.py 693 ref = writer.writeCountReference(table, conv.name, conv.staticSize)
703 ref = writer.writeCountReference(table, conv.name, conv.staticSize, table[conv.name])
  /external/fonttools/Tests/ttLib/tables/
otConverters_test.py 378 recordSize = converter.staticSize

Completed in 74 milliseconds