Searched refs:bigGlyphMetricsFormat (Results 1 - 8 of 8) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DBitmapGlyphMetrics.py9 bigGlyphMetricsFormat = """
55 binaryFormat = bigGlyphMetricsFormat
H A DC_B_D_T_.py10 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
61 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics)
71 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
H A DE_B_D_T_.py5 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
635 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics)
639 data = sstruct.pack(bigGlyphMetricsFormat, self.metrics)
647 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics)
651 data = sstruct.pack(bigGlyphMetricsFormat, self.metrics)
724 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics)
736 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
H A DE_B_L_C_.py6 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
523 sstruct.unpack2(bigGlyphMetricsFormat, self.data[4:], self.metrics)
537 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
589 self.metrics, data = sstruct.unpack2(bigGlyphMetricsFormat, data, BigGlyphMetrics())
602 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DBitmapGlyphMetrics.py9 bigGlyphMetricsFormat = """
55 binaryFormat = bigGlyphMetricsFormat
H A DC_B_D_T_.py10 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
61 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics)
71 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
H A DE_B_D_T_.py5 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
635 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics)
639 data = sstruct.pack(bigGlyphMetricsFormat, self.metrics)
647 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics)
651 data = sstruct.pack(bigGlyphMetricsFormat, self.metrics)
724 dummy, data = sstruct.unpack2(bigGlyphMetricsFormat, self.data, self.metrics)
736 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
H A DE_B_L_C_.py6 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
523 sstruct.unpack2(bigGlyphMetricsFormat, self.data[4:], self.metrics)
537 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
589 self.metrics, data = sstruct.unpack2(bigGlyphMetricsFormat, data, BigGlyphMetrics())
602 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))

Completed in 296 milliseconds