Lines Matching defs:hdmx
120 struct hdmx struct
122 enum { tableTag = HB_OT_TAG_hdmx };
124 unsigned int get_size () const in get_size()
127 const DeviceRecord& operator [] (unsigned int i) const in operator []()
135 bool serialize (hb_serialize_context_t *c, const hdmx *source_hdmx, hb_subset_plan_t *plan) in serialize()
157 static size_t get_subsetted_size (const hdmx *source_hdmx, hb_subset_plan_t *plan) in get_subsetted_size()
162 bool subset (hb_subset_plan_t *plan) const in subset()
193 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
203 HBUINT16 version; /* Table version number (0) */
204 HBUINT16 numRecords; /* Number of device records. */
205 HBUINT32 sizeDeviceRecord; /* Size of a device record, 32-bit aligned. */
206 DeviceRecord firstDeviceRecord; /* Array of device records. */