/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | HdmxEncoder.java | 38 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()
|
D | MtxWriter.java | 44 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/ |
D | HdmxEncoder.java | 38 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()
|
D | MtxWriter.java | 44 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/ |
D | test-subset-drop-tables.c | 47 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/ |
D | test-subset-drop-tables.c | 47 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/ |
D | test-subset-drop-tables.c | 48 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/ |
D | hb-ot-hdmx-table.hh | 83 struct hdmx struct 121 hdmx *hdmx_prime = c->serializer->start_embed <hdmx> (); in subset()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-hdmx-table.hh | 83 struct hdmx struct 121 hdmx *hdmx_prime = c->serializer->start_embed <hdmx> (); in subset()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-hdmx-table.hh | 83 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/ |
D | HdmxTests.java | 36 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/ |
D | HdmxTests.java | 36 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/ |
D | tag.cc | 52 const int32_t Tag::hdmx = TAG('h', 'd', 'm', 'x'); member in sfntly::Tag 94 Tag::hdmx,
|
D | tag.h | 68 static const int32_t hdmx; member
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | tag.cc | 52 const int32_t Tag::hdmx = TAG('h', 'd', 'm', 'x'); member in sfntly::Tag 94 Tag::hdmx,
|
D | tag.h | 68 static const int32_t hdmx; member
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/ |
D | SfntTool.java | 144 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/ |
D | SfntTool.java | 144 removeTables.add(Tag.hdmx); in subsetFontFile() 162 removeTables.add(Tag.hdmx); in subsetFontFile()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_data.cc | 48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx,
|
D | hdmx_test.cc | 39 down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::hdmx)); in TestReadingHdmxTable()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_data.cc | 48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx,
|
D | hdmx_test.cc | 39 down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::hdmx)); in TestReadingHdmxTable()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Tag.java | 74 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/ |
D | Tag.java | 74 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/ |
D | table.cc | 135 } else if (tag == Tag::hdmx) { in GetBuilder()
|