Lines Matching defs:hdmx
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. */
166 HBUINT32 sizeDeviceRecord;
168 DeviceRecord firstDeviceRecord;