Home | History | Annotate | Download | only in src

Lines Matching refs:hdmx

33  * hdmx -- Horizontal Device Metrics
34 * https://docs.microsoft.com/en-us/typography/opentype/spec/hdmx
96 DEBUG_MSG(SUBSET, nullptr, "HDMX width for new gid %d is missing.", i);
120 struct hdmx
135 bool serialize (hb_serialize_context_t *c, const hdmx *source_hdmx, hb_subset_plan_t *plan)
157 static size_t get_subsetted_size (const hdmx *source_hdmx, hb_subset_plan_t *plan)
165 hdmx *dest = (hdmx *) malloc (dest_size);
168 DEBUG_MSG(SUBSET, nullptr, "Unable to alloc %lu for hdmx subset output.", (unsigned long) dest_size);
173 hdmx *hdmx_prime = c.start_serialize<hdmx> ();
177 DEBUG_MSG(SUBSET, nullptr, "Failed to serialize write new hdmx.");