Home
last modified time | relevance | path

Searched defs:hdmx (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hdmx-table.hh83 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/
Dhb-ot-hdmx-table.hh83 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/
Dhb-ot-hdmx-table.hh83 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/
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
/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
/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
/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
/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
/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
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
Dtag.h68 static const int32_t hdmx; member
/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/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