Home | History | Annotate | Download | only in base

Lines Matching defs:xstr

224     FT_Int          xstr, ystr;
237 xstr = (FT_Int)FT_PIX_ROUND( xStrength ) >> 6;
240 if ( xstr == 0 && ystr == 0 )
242 else if ( xstr < 0 || ystr < 0 )
255 align = ( bitmap->width + xstr + 3 ) / 4;
257 align = ( bitmap->width + xstr + 1 ) / 2;
271 if ( xstr > 8 )
272 xstr = 8;
276 xstr *= 3;
288 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr );
308 * `xstr' pixels before it.
316 for ( i = 1; i <= xstr; i++ )
322 /* the maximum value of 8 for `xstr' comes from here */
371 bitmap->width += xstr;