Home
last modified time | relevance | path

Searched refs:hdmx (Results 1 – 25 of 61) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHdmxEncoder.java38 HorizontalDeviceMetricsTable hdmx = sourceFont.getTable(Tag.hdmx); in encode() local
43 int numRecords = hdmx.numRecords(); in encode()
47 int ppem = hdmx.pixelSize(i); in encode()
51 int surprise = hdmx.width(i, j) - roundedTtAw; in encode()
61 result.writeLong(4, hdmx.recordSize()); in encode()
63 result.writeByte(HEADER_SIZE + RECORD_SIZE * i, (byte) hdmx.pixelSize(i)); in encode()
64 result.writeByte(HEADER_SIZE + RECORD_SIZE * i + 1, (byte) hdmx.maxWidth(i)); in encode()
DMtxWriter.java44 result.add(Tag.hdmx); in createRemoveTables()
72 HorizontalDeviceMetricsTable hdmxTable = sfntlyFont.getTable(Tag.hdmx); in compress()
74 fontBuilder.addTable(Tag.hdmx, new HdmxEncoder().encode(sfntlyFont)); in compress()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHdmxEncoder.java38 HorizontalDeviceMetricsTable hdmx = sourceFont.getTable(Tag.hdmx); in encode() local
43 int numRecords = hdmx.numRecords(); in encode()
47 int ppem = hdmx.pixelSize(i); in encode()
51 int surprise = hdmx.width(i, j) - roundedTtAw; in encode()
61 result.writeLong(4, hdmx.recordSize()); in encode()
63 result.writeByte(HEADER_SIZE + RECORD_SIZE * i, (byte) hdmx.pixelSize(i)); in encode()
64 result.writeByte(HEADER_SIZE + RECORD_SIZE * i + 1, (byte) hdmx.maxWidth(i)); in encode()
DMtxWriter.java44 result.add(Tag.hdmx); in createRemoveTables()
72 HorizontalDeviceMetricsTable hdmxTable = sfntlyFont.getTable(Tag.hdmx); in compress()
74 fontBuilder.addTable(Tag.hdmx, new HdmxEncoder().encode(sfntlyFont)); in compress()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-subset-drop-tables.c47 hb_blob_t *hdmx = hb_face_reference_table (subset, HB_TAG ('h', 'd', 'm', 'x')); in test_subset_drop_tables() local
50 g_assert (!hb_blob_get_length (hdmx)); in test_subset_drop_tables()
53 hb_blob_destroy (hdmx); in test_subset_drop_tables()
/third_party/harfbuzz/test/api/
Dtest-subset-drop-tables.c47 hb_blob_t *hdmx = hb_face_reference_table (subset, HB_TAG ('h', 'd', 'm', 'x')); in test_subset_drop_tables() local
50 g_assert (!hb_blob_get_length (hdmx)); in test_subset_drop_tables()
53 hb_blob_destroy (hdmx); in test_subset_drop_tables()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-subset-drop-tables.c48 hb_blob_t *hdmx = hb_face_reference_table (subset, HB_TAG ('h', 'd', 'm', 'x')); in test_subset_drop_tables() local
51 g_assert (!hb_blob_get_length (hdmx)); in test_subset_drop_tables()
54 hb_blob_destroy (hdmx); in test_subset_drop_tables()
/third_party/harfbuzz/src/
Dhb-ot-hdmx-table.hh83 struct hdmx struct
121 hdmx *hdmx_prime = c->serializer->start_embed <hdmx> (); in subset()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hdmx-table.hh83 struct hdmx struct
121 hdmx *hdmx_prime = c->serializer->start_embed <hdmx> (); in subset()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hdmx-table.hh83 struct hdmx struct
124 hdmx *hdmx_prime = c->serializer->start_embed <hdmx> (); in subset()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DHdmxTests.java36 HorizontalDeviceMetricsTable hdmxTable = font.getTable(Tag.hdmx); in testBasicHdmx()
61 HorizontalDeviceMetricsTable hdmxTable = font.getTable(Tag.hdmx); in testHdmxBounds()
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DHdmxTests.java36 HorizontalDeviceMetricsTable hdmxTable = font.getTable(Tag.hdmx); in testBasicHdmx()
61 HorizontalDeviceMetricsTable hdmxTable = font.getTable(Tag.hdmx); in testHdmxBounds()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.cc52 const int32_t Tag::hdmx = TAG('h', 'd', 'm', 'x'); member in sfntly::Tag
94 Tag::hdmx,
Dtag.h68 static const int32_t hdmx; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.cc52 const int32_t Tag::hdmx = TAG('h', 'd', 'm', 'x'); member in sfntly::Tag
94 Tag::hdmx,
Dtag.h68 static const int32_t hdmx; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
DSfntTool.java144 removeTables.add(Tag.hdmx); in subsetFontFile()
162 removeTables.add(Tag.hdmx); in subsetFontFile()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
DSfntTool.java144 removeTables.add(Tag.hdmx); in subsetFontFile()
162 removeTables.add(Tag.hdmx); in subsetFontFile()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_data.cc48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx,
Dhdmx_test.cc39 down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::hdmx)); in TestReadingHdmxTable()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_data.cc48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx,
Dhdmx_test.cc39 down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::hdmx)); in TestReadingHdmxTable()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java74 public static final int hdmx = Tag.intValue(new byte[]{'h', 'd', 'm', 'x'}); field in Tag
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java74 public static final int hdmx = Tag.intValue(new byte[]{'h', 'd', 'm', 'x'}); field in Tag
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dtable.cc135 } else if (tag == Tag::hdmx) { in GetBuilder()

123