HomeSort by relevance Sort by last modified time
    Searched defs:num_hmetrics (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-font.cc 42 unsigned int num_hmetrics; member in struct:hb_ot_font_t
65 ot_font->num_hmetrics = hhea->numberOfHMetrics;
69 if (unlikely (!ot_font->num_hmetrics ||
70 2 * (ot_font->num_hmetrics + ot_font->num_glyphs) < hb_blob_get_length (ot_font->hmtx_blob)))
154 if (glyph >= ot_font->num_hmetrics)
155 glyph = ot_font->num_hmetrics - 1;
  /external/harfbuzz_ng/src/
hb-ot-font.cc 42 unsigned int num_hmetrics; member in struct:hb_ot_font_t
65 ot_font->num_hmetrics = hhea->numberOfHMetrics;
69 if (unlikely (!ot_font->num_hmetrics ||
70 2 * (ot_font->num_hmetrics + ot_font->num_glyphs) < hb_blob_get_length (ot_font->hmtx_blob)))
151 if (glyph >= ot_font->num_hmetrics)
152 glyph = ot_font->num_hmetrics - 1;

Completed in 42 milliseconds