Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
Dt1Lib.py140 LWFNCHUNKSIZE = 2000 variable
231 res = Res.Resource(bytechr(code) + '\0' + chunk[:LWFNCHUNKSIZE - 2])
233 chunk = chunk[LWFNCHUNKSIZE - 2:]