Searched defs:hdmx (Results 1 – 3 of 3) sorted by relevance
120 struct hdmx struct122 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. */[all …]
52 const int32_t Tag::hdmx = TAG('h', 'd', 'm', 'x'); member in sfntly::Tag
68 static const int32_t hdmx; member