Home | History | Annotate | Download | only in sfnt

Lines Matching refs:FT_UInt

51     FT_UInt    nn, num_tables;
88 FT_UInt num_pairs, length, coverage;
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 );
182 FT_UInt left_glyph,
183 FT_UInt right_glyph )
186 FT_UInt count, mask;
200 FT_UInt version = FT_NEXT_USHORT( p );
201 FT_UInt length = FT_NEXT_USHORT( p );
202 FT_UInt coverage = FT_NEXT_USHORT( p );
203 FT_UInt num_pairs;
224 num_pairs = (FT_UInt)( ( next - p ) / 6 );
235 FT_UInt min = 0;
236 FT_UInt max = num_pairs;
241 FT_UInt mid = ( min + max ) >> 1;
261 FT_UInt count2;