HomeSort by relevance Sort by last modified time
    Searched refs:hdmx (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/ots/src/
hdmx.cc 5 #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->size_device_record))
106 OpenTypeHDMX * const hdmx = file->hdmx; local
    [all...]
ots.h 197 F(hdmx, HDMX) \
  /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/chromium_org/third_party/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
  /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
  /external/chromium_org/third_party/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/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/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table.cc 135 } else if (tag == Tag::hdmx) {
  /external/sfntly/cpp/src/sfntly/table/
table.cc 135 } else if (tag == Tag::hdmx) {
  /external/chromium_org/third_party/ots/
ots.target.darwin-arm64.mk 38 third_party/ots/src/hdmx.cc \
ots.target.linux-arm64.mk 38 third_party/ots/src/hdmx.cc \
ots.target.darwin-arm.mk 38 third_party/ots/src/hdmx.cc \
ots.target.darwin-mips.mk 38 third_party/ots/src/hdmx.cc \
ots.target.darwin-mips64.mk 38 third_party/ots/src/hdmx.cc \
ots.target.darwin-x86.mk 38 third_party/ots/src/hdmx.cc \
ots.target.darwin-x86_64.mk 38 third_party/ots/src/hdmx.cc \
ots.target.linux-arm.mk 38 third_party/ots/src/hdmx.cc \
ots.target.linux-mips.mk 38 third_party/ots/src/hdmx.cc \
ots.target.linux-mips64.mk 38 third_party/ots/src/hdmx.cc \
ots.target.linux-x86.mk 38 third_party/ots/src/hdmx.cc \
ots.target.linux-x86_64.mk 38 third_party/ots/src/hdmx.cc \

Completed in 229 milliseconds

1 2