Home | History | Annotate | Download | only in sfnt

Lines Matching defs:subs

231   /*   subs        518            SUBHEAD[NSUBS]  sub-headers array        */
238 /* Note that for any n, `keys[n]' is a byte offset within the `subs' */
268 /* within the glyph IDs table (and not within the `subs' table itself or */
282 FT_Byte* subs; /* sub-headers */
311 subs = p;
312 glyph_ids = subs + (max_subs + 1) * 8;
386 FT_Byte* subs = table + 518; /* subheaders table */
395 sub = subs; /* jump to first sub-header */
412 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) );
415 if ( sub == subs )