Searched defs:smallGlyphMetricsFormat (Results 1 - 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
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_L_C_.py6 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
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))
/external/fonttools/Tools/fontTools/ttLib/tables/
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_L_C_.py6 from .BitmapGlyphMetrics import BigGlyphMetrics, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat namespace
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))

Completed in 236 milliseconds