Searched refs:short_offset (Results 1 – 2 of 2) sorted by relevance
905 short_offset = false; in init()919 short_offset = 0 == head.indexToLocFormat; in init()929 num_glyphs = hb_max (1u, loca_table.get_length () / (short_offset ? 2 : 4)) - 1; in init()1083 if (short_offset) in glyph_for_gid()1256 bool short_offset; member
33886 short_offset = false;33897 short_offset = 0 == head.indexToLocFormat;33905 num_glyphs = hb_max (1u, loca_table.get_length () / (short_offset ? 2 : 4)) - 1;42222 + bool short_offset = 0 == indexToLocFormat;42224 + ret = hb_max (1u, loca_blob->length / (short_offset ? 2 : 4)) - 1;