Home | History | Annotate | Download | only in sfnt

Lines Matching refs:FT_UInt

86     switch ( (FT_UInt)face->sbit_table_type )
94 FT_UInt count;
123 count = (FT_UInt)num_strikes;
125 count = (FT_UInt)( ( table_size - 8 ) / 48 );
136 FT_UInt count;
163 count = (FT_UInt)num_strikes;
165 count = (FT_UInt)( ( table_size - 8 ) / 4 );
231 switch ( (FT_UInt)face->sbit_table_type )
259 FT_UInt offset, upem;
406 FT_UInt width, height;
522 FT_UInt glyph_index,
602 FT_UInt wval = 0;
607 wval = (FT_UInt)( wval | *p++ );
614 wval = (FT_UInt)( wval | ( *p++ & ( 0xFF00U >> w ) ) );
802 FT_UInt num_components, nn;
827 FT_UInt gindex = FT_NEXT_USHORT( p );
908 FT_UInt glyph_format,
985 FT_UInt width = decoder->metrics->width;
986 FT_UInt height = decoder->metrics->height;
988 FT_UInt bit_size = ( width * height + 7 ) >> 3;
989 FT_UInt byte_size = height * ( ( width + 7 ) >> 3 );
993 byte_size == (FT_UInt)( p_limit - p ) )
1051 FT_UInt glyph_index,
1063 FT_UInt start, end, index_format, image_format;
1156 FT_UInt gindex = FT_NEXT_USHORT( p );
1196 FT_UInt gindex = FT_NEXT_USHORT( p );
1246 FT_UInt glyph_index,
1251 FT_UInt sbix_pos, strike_offset, glyph_start, glyph_end;
1275 if ( glyph_index > (FT_UInt)face->root.num_glyphs )
1369 FT_UInt glyph_index,
1370 FT_UInt load_flags,
1378 switch ( (FT_UInt)face->sbit_table_type )