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

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DBitmapGlyphMetrics.py21 smallGlyphMetricsFormat = """
58 binaryFormat = smallGlyphMetricsFormat
H A DC_B_D_T_.py10 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
42 dummy, data = sstruct.unpack2(smallGlyphMetricsFormat, self.data, self.metrics)
52 dataList.append(sstruct.pack(smallGlyphMetricsFormat, self.metrics))
H A DE_B_D_T_.py5 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
603 dummy, data = sstruct.unpack2(smallGlyphMetricsFormat, self.data, self.metrics)
607 data = sstruct.pack(smallGlyphMetricsFormat, self.metrics)
615 dummy, data = sstruct.unpack2(smallGlyphMetricsFormat, self.data, self.metrics)
619 data = sstruct.pack(smallGlyphMetricsFormat, self.metrics)
697 dummy, data = sstruct.unpack2(smallGlyphMetricsFormat, self.data, self.metrics)
711 dataList.append(sstruct.pack(smallGlyphMetricsFormat, self.metrics))
H A DE_B_L_C_.py6 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DBitmapGlyphMetrics.py21 smallGlyphMetricsFormat = """
58 binaryFormat = smallGlyphMetricsFormat
H A DC_B_D_T_.py10 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
42 dummy, data = sstruct.unpack2(smallGlyphMetricsFormat, self.data, self.metrics)
52 dataList.append(sstruct.pack(smallGlyphMetricsFormat, self.metrics))
H A DE_B_D_T_.py5 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
603 dummy, data = sstruct.unpack2(smallGlyphMetricsFormat, self.data, self.metrics)
607 data = sstruct.pack(smallGlyphMetricsFormat, self.metrics)
615 dummy, data = sstruct.unpack2(smallGlyphMetricsFormat, self.data, self.metrics)
619 data = sstruct.pack(smallGlyphMetricsFormat, self.metrics)
697 dummy, data = sstruct.unpack2(smallGlyphMetricsFormat, self.data, self.metrics)
711 dataList.append(sstruct.pack(smallGlyphMetricsFormat, self.metrics))
H A DE_B_L_C_.py6 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace

Completed in 327 milliseconds