OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lenArray
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py
189
lenArray
= len(glyphIdArray)
190
charCodes = list(range(
lenArray
))
192
list(map(operator.setitem, [cmap]*
lenArray
, charCodes, names))
834
lenArray
= len(glyphIndexArray)
835
charCodes = list(range(firstCode, firstCode +
lenArray
))
838
names = list(map(operator.getitem, [glyphOrder]*
lenArray
, glyphIndexArray ))
842
list(map(operator.setitem, [cmap]*
lenArray
, charCodes, names))
[
all
...]
/external/fonttools/Lib/fontTools/
cffLib.py
1156
lenArray
= len(fdSelectArray)
1158
for i in range(
lenArray
):
[
all
...]
Completed in 145 milliseconds