Searched refs:num_advances (Results 1 – 1 of 1) sorted by relevance
47 unsigned int num_advances; member87 this->num_advances = _hea->numberOfLongMetrics; in init()103 if (unlikely (this->num_advances * 4 > len)) in init()104 this->num_advances = len / 4; in init()105 this->num_metrics = this->num_advances + (len - 4 * this->num_advances) / 2; in init()109 if (unlikely (!this->num_advances)) in init()111 this->num_metrics = this->num_advances = 0; in init()141 return this->table->longMetric[MIN (glyph, this->num_advances - 1)].advance in get_advance()