Home
last modified time | relevance | path

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

/external/harfbuzz_ng/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 …]
/external/harfbuzz_ng/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
/external/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