Home | History | Annotate | Download | only in base

Lines Matching refs:total_size

592     FT_ULong       total_size = 0;
617 total_size += 2; /* just the end code */
619 total_size += 6; /* code + 4 bytes chunk length */
622 total_size += (FT_ULong)GetHandleSize( post_data ) - 2;
626 if ( FT_MAC_RFORK_MAX_LEN < total_size )
632 old_total_size = total_size;
635 if ( FT_ALLOC( buffer, (FT_Long)total_size ) )
691 *size = total_size;