Home | History | Annotate | Download | only in base

Lines Matching full:xstr

268     FT_Int          xstr, ystr;
281 xstr = (FT_Int)FT_PIX_ROUND( xStrength ) >> 6;
284 if ( xstr == 0 && ystr == 0 )
286 else if ( xstr < 0 || ystr < 0 )
309 if ( xstr > 8 )
310 xstr = 8;
314 xstr *= 3;
326 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr );
347 * `xstr' pixels before it.
355 for ( i = 1; i <= xstr; i++ )
361 /* the maximum value of 8 for `xstr' comes from here */
410 bitmap->width += xstr;