Home | History | Annotate | Download | only in sfnt

Lines Matching defs:table_size

50     FT_ULong  table_size;
58 error = face->goto_table( face, TTAG_CBLC, stream, &table_size );
63 error = face->goto_table( face, TTAG_EBLC, stream, &table_size );
65 error = face->goto_table( face, TTAG_bloc, stream, &table_size );
72 error = face->goto_table( face, TTAG_sbix, stream, &table_size );
79 if ( table_size < 8 )
97 if ( FT_FRAME_EXTRACT( table_size, face->sbit_table ) )
100 face->sbit_table_size = table_size;
124 if ( 8 + 48UL * count > table_size )
125 count = (FT_UInt)( ( table_size - 8 ) / 48 );
177 if ( 8 + 4UL * count > table_size )
178 count = (FT_UInt)( ( table_size - 8 ) / 4 );
275 FT_ULong table_size;
285 error = face->goto_table( face, TTAG_sbix, stream, &table_size );
289 if ( offset + 4 > table_size )
1281 FT_ULong table_size;
1298 error = face->goto_table( face, TTAG_sbix, stream, &table_size );
1307 if ( strike_offset >= table_size ||
1308 table_size - strike_offset < 4 + glyph_index * 4 + 8 )
1324 table_size - strike_offset < glyph_end )