Home | History | Annotate | Download | only in sfnt

Lines Matching refs:start_id

1639       FT_UInt32  n, start, end, start_id, count, last = 0;
1649 start_id = TT_NEXT_ULONG( p );
1659 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) )
1715 FT_UInt32 start, end, start_id;
1722 start_id = TT_NEXT_ULONG( p );
1729 result = (FT_UInt)( start_id + char_code - start );
1747 FT_UInt32 start, end, start_id;
1756 start_id = TT_NEXT_ULONG( p );
1763 gindex = (FT_UInt)( char_code - start + start_id );
2041 FT_ULong n, start, end, start_id, last = 0;
2048 start_id = TT_NEXT_ULONG( p );
2058 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) )
2077 FT_ULong start, end, start_id, char_code;
2094 start_id = TT_PEEK_ULONG( p );
2101 gindex = (FT_UInt)( start_id + char_code - start );
2128 FT_UInt32 start, end, start_id;
2160 start_id = TT_PEEK_ULONG( p );
2161 gindex = (FT_UInt)( start_id + char_code - start );