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

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

Completed in 181 milliseconds