Searched refs:bigGlyphMetricsFormat (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | C_B_D_T_.py | 10 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGly… 61 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics) 71 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
|
D | BitmapGlyphMetrics.py | 12 bigGlyphMetricsFormat = """ variable 58 binaryFormat = bigGlyphMetricsFormat
|
D | E_B_D_T_.py | 5 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGly… 644 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics) 648 data = sstruct.pack(bigGlyphMetricsFormat, self.metrics) 656 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics) 660 data = sstruct.pack(bigGlyphMetricsFormat, self.metrics) 733 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics) 745 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
|
D | E_B_L_C_.py | 6 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGly… 530 sstruct.unpack2(bigGlyphMetricsFormat, self.data[4:], self.metrics) 545 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics)) 598 self.metrics, data = sstruct.unpack2(bigGlyphMetricsFormat, data, BigGlyphMetrics()) 612 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
|