OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hdmx
(Results
1 - 8
of
8
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_h_d_m_x.py
19
self.
hdmx
= {}
26
self.
hdmx
[ppem] = widths
28
assert len(data) == 0, "too much
hdmx
data"
36
self.numRecords = len(self.
hdmx
)
38
items = sorted(self.
hdmx
.items())
50
ppems = sorted(self.
hdmx
.keys())
54
widths = self.
hdmx
[ppem]
67
widths = self.
hdmx
[ppem]
82
assert topRow[0] == "ppem:", "illegal
hdmx
format"
84
self.
hdmx
= hdmx = {
[
all
...]
/external/sfntly/cpp/src/sfntly/
tag.cc
52
const int32_t Tag::
hdmx
= TAG('h', 'd', 'm', 'x');
member in class:sfntly::Tag
94
Tag::
hdmx
,
tag.h
68
static const int32_t
hdmx
;
member in struct:sfntly::Tag
font.cc
442
Table::Builder* raw_hdmx_builder = GetBuilder(builder_map, Tag::
hdmx
);
/external/sfntly/cpp/src/test/
hdmx_test.cc
39
down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::
hdmx
));
test_data.cc
48
Tag::glyf, Tag::
hdmx
, Tag::head, Tag::hhea, Tag::hmtx,
/external/sfntly/cpp/src/sfntly/table/
table.cc
135
} else if (tag == Tag::
hdmx
) {
/external/fonttools/Lib/fontTools/
subset.py
[
all
...]
Completed in 1703 milliseconds