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