Searched refs:hdmx (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/ots/src/
H A Dhdmx.cc5 #include "hdmx.h"
9 // hdmx - Horizontal Device Metrics
10 // http://www.microsoft.com/opentype/otspec/hdmx.htm
13 do { delete file->hdmx; file->hdmx = 0; } while (0)
19 file->hdmx = new OpenTypeHDMX;
20 OpenTypeHDMX * const hdmx = file->hdmx; local
35 if (!table.ReadU16(&hdmx->version) ||
37 !table.ReadS32(&hdmx
106 OpenTypeHDMX * const hdmx = file->hdmx; local
[all...]
H A Dots.h197 F(hdmx, HDMX) \
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_h_d_m_x.py19 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
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_h_d_m_x.py19 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
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.cc52 const int32_t Tag::hdmx = TAG('h', 'd', 'm', 'x'); member in class:sfntly::Tag
94 Tag::hdmx,
H A Dtag.h68 static const int32_t hdmx; member in struct:sfntly::Tag
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc52 const int32_t Tag::hdmx = TAG('h', 'd', 'm', 'x'); member in class:sfntly::Tag
94 Tag::hdmx,
H A Dtag.h68 static const int32_t hdmx; member in struct:sfntly::Tag
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dhdmx_test.cc39 down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::hdmx));
H A Dtest_data.cc48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx,
/external/sfntly/cpp/src/test/
H A Dhdmx_test.cc39 down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::hdmx));
H A Dtest_data.cc48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx,
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
H A Dtable.cc135 } else if (tag == Tag::hdmx) {
/external/sfntly/cpp/src/sfntly/table/
H A Dtable.cc135 } else if (tag == Tag::hdmx) {
/external/chromium_org/third_party/ots/
H A Dots.target.darwin-arm64.mk38 third_party/ots/src/hdmx.cc \
H A Dots.target.linux-arm64.mk38 third_party/ots/src/hdmx.cc \
H A Dots.target.darwin-arm.mk38 third_party/ots/src/hdmx.cc \
H A Dots.target.darwin-mips.mk38 third_party/ots/src/hdmx.cc \
H A Dots.target.darwin-mips64.mk38 third_party/ots/src/hdmx.cc \
H A Dots.target.darwin-x86.mk38 third_party/ots/src/hdmx.cc \
H A Dots.target.darwin-x86_64.mk38 third_party/ots/src/hdmx.cc \
H A Dots.target.linux-arm.mk38 third_party/ots/src/hdmx.cc \
H A Dots.target.linux-mips.mk38 third_party/ots/src/hdmx.cc \
H A Dots.target.linux-mips64.mk38 third_party/ots/src/hdmx.cc \
H A Dots.target.linux-x86.mk38 third_party/ots/src/hdmx.cc \

Completed in 266 milliseconds

12