Home | History | Annotate | Download | only in src

Lines Matching defs:glyph_id_array

125 	HBUINT16 *glyph_id_array = c->allocate_size<HBUINT16> (HBUINT16::static_size * num_codepoints);
126 if (glyph_id_array == nullptr)
134 // glyph_id_array + (cp - segments[i].start_code)
140 // 2 * (glyph_id_array - id_range_offset - i)
142 glyph_id_array - id_range_offset - i));
149 glyph_id_array[j].set (new_gid);