Home | History | Annotate | Download | only in truetype

Lines Matching refs:gindex

174                         FT_UInt   gindex,
184 if ( gindex < face->num_locations )
188 p = face->glyph_locations + gindex * 4;
199 p = face->glyph_locations + gindex * 2;
219 pos1, gindex, face->glyf_len ));
229 pos2, gindex + 1, face->glyf_len ));
578 FT_UInt gindex )
589 gindex += 2;
590 if ( gindex < record_size )
591 result = record + nn * record_size + gindex;