Searched defs:hdmx (Results 1 – 4 of 4) sorted by relevance
83 struct hdmx struct85 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 …]
48 hb_blob_t *hdmx = hb_face_reference_table (subset, HB_TAG ('h', 'd', 'm', 'x')); in test_subset_drop_tables() local
52 const int32_t Tag::hdmx = TAG('h', 'd', 'm', 'x'); member in sfntly::Tag
68 static const int32_t hdmx; member