Home | History | Annotate | Download | only in sfnt

Lines Matching defs:table_size

50     FT_ULong  table_size;
59 error = face->goto_table( face, TTAG_CBLC, stream, &table_size );
64 error = face->goto_table( face, TTAG_EBLC, stream, &table_size );
66 error = face->goto_table( face, TTAG_bloc, stream, &table_size );
73 error = face->goto_table( face, TTAG_sbix, stream, &table_size );
80 if ( table_size < 8 )
100 if ( FT_FRAME_EXTRACT( table_size, face->sbit_table ) )
103 face->sbit_table_size = table_size;
132 if ( 8 + 48UL * count > table_size )
133 count = (FT_UInt)( ( table_size - 8 ) / 48 );
185 if ( 8 + 4UL * count > table_size )
186 count = (FT_UInt)( ( table_size - 8 ) / 4 );
217 face->ebdt_size = table_size;