OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphIds
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py
173
glyphIds
= list(map(ttFont.getGlyphID, indexSubTable.names))
174
indexSubTable.firstGlyphIndex = min(
glyphIds
)
175
indexSubTable.lastGlyphIndex = max(
glyphIds
)
235
writer.comment('
GlyphIds
are written but not read. The firstGlyphIndex and\nlastGlyphIndex values will be recalculated by the compiler.')
362
glyphIds
= map(ttFont.getGlyphID, self.names)
363
for glyphName, glyphId in zip(self.names,
glyphIds
):
436
glyphIds
= list(range(self.firstGlyphIndex, self.lastGlyphIndex+1))
440
self.names = list(map(self.ttFont.getGlyphName,
glyphIds
))
449
glyphIds
= list(map(ttFont.getGlyphID, self.names))
451
assert all(
glyphIds
[i] < glyphIds[i+1] for i in range(len(glyphIds)-1)
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 275 milliseconds