Home | History | Annotate | Download | only in bdf

Lines Matching refs:bigsize

481       unsigned long  bigsize = (unsigned long)( FT_INT_MAX / sizeof ( char* ) );
485 if ( oldsize == bigsize )
490 else if ( newsize < oldsize || newsize > bigsize )
491 newsize = bigsize;