/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-hdmx-table.hh | 83 struct hdmx struct 85 static constexpr hb_tag_t tableTag = HB_OT_TAG_hdmx; 87 unsigned int get_size () const in get_size() 90 const DeviceRecord& operator [] (unsigned int i) const in operator []() 100 bool serialize (hb_serialize_context_t *c, unsigned version, Iterator it) in serialize() 117 bool subset (hb_subset_context_t *c) const in subset() 149 unsigned get_num_glyphs () const in get_num_glyphs() 154 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 164 HBUINT16 version; /* Table version number (0) */ 165 HBUINT16 numRecords; /* Number of device records. */ [all …]
|
/third_party/harfbuzz/src/ |
D | hb-ot-hdmx-table.hh | 83 struct hdmx struct 85 static constexpr hb_tag_t tableTag = HB_OT_TAG_hdmx; 87 unsigned int get_size () const in get_size() 90 const DeviceRecord& operator [] (unsigned int i) const in operator []() 100 bool serialize (hb_serialize_context_t *c, unsigned version, Iterator it) in serialize() 117 bool subset (hb_subset_context_t *c) const in subset() 149 unsigned get_num_glyphs () const in get_num_glyphs() 154 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 164 HBUINT16 version; /* Table version number (0) */ 165 HBUINT16 numRecords; /* Number of device records. */ [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-hdmx-table.hh | 83 struct hdmx struct 85 static constexpr hb_tag_t tableTag = HB_OT_TAG_hdmx; 87 unsigned int get_size () const in get_size() 90 const DeviceRecord& operator [] (unsigned int i) const in operator []() 100 bool serialize (hb_serialize_context_t *c, unsigned version, Iterator it) in serialize() 120 bool subset (hb_subset_context_t *c) const in subset() 152 unsigned get_num_glyphs () const in get_num_glyphs() 157 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 167 HBUINT16 version; /* Table version number (0) */ 168 HBUINT16 numRecords; /* Number of device records. */ [all …]
|
/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
|
/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
|
/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
|
/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
|
/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
|
/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
|
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
|
D | tag.h | 68 static const int32_t hdmx; member
|
/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/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
|