OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigGlyphMetricsFormat
(Results
1 - 4
of
4
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
BitmapGlyphMetrics.py
9
bigGlyphMetricsFormat
= """
55
binaryFormat =
bigGlyphMetricsFormat
C_B_D_T_.py
10
from .BitmapGlyphMetrics import BigGlyphMetrics,
bigGlyphMetricsFormat
, SmallGlyphMetrics, smallGlyphMetricsFormat
61
dummy, data = sstruct.unpack2(
bigGlyphMetricsFormat
, self.data, self.metrics)
71
dataList.append(sstruct.pack(
bigGlyphMetricsFormat
, self.metrics))
E_B_D_T_.py
5
from .BitmapGlyphMetrics import BigGlyphMetrics,
bigGlyphMetricsFormat
, SmallGlyphMetrics, smallGlyphMetricsFormat
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))
E_B_L_C_.py
6
from .BitmapGlyphMetrics import BigGlyphMetrics,
bigGlyphMetricsFormat
, SmallGlyphMetrics, smallGlyphMetricsFormat
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 80 milliseconds