Lines Matching refs:num_metrics
34179 - /* Cap num_metrics() and num_advances() based on table length. */
34183 - num_metrics = num_advances + (len - 4 * num_advances) / 2;
34190 - /* We MUST set num_metrics to zero if num_advances is zero.
34195 - num_metrics = num_advances = 0;
34224 - if (unlikely (glyph >= num_metrics))
34239 - if (unlikely (glyph >= num_metrics) || !font->num_coords)
34248 - if (unlikely (glyph >= num_metrics))
34250 - /* If num_metrics is zero, it means we don't have the metrics table
34253 - if (num_metrics)
34295 - if (unlikely (glyph >= num_metrics) || !font->num_coords)
34331 - unsigned int num_metrics;