Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-hdmx-table.hh120 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. */
[all …]
/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