Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py62 codeOffsetPairSize = struct.calcsize(codeOffsetPairFormat) variable
557 indexingOffsets = [glyphIndex * codeOffsetPairSize for glyphIndex in range(numGlyphs+2)]