Home | History | Annotate | Download | only in base

Lines Matching refs:rows

63     size = (FT_ULong)( pitch * source->rows );
73 target_size = (FT_ULong)( target_pitch * target->rows );
112 height = bitmap->rows;
176 if ( FT_QALLOC_MULT( buffer, new_pitch, bitmap->rows + ypixels ) )
184 for ( i = 0; i < bitmap->rows; i++ )
193 for ( i = 0; i < bitmap->rows; i++ )
292 p = bitmap->buffer + pitch * ( bitmap->rows - 1 );
296 for ( y = 0; y < bitmap->rows ; y++ )
350 * Make the above `ystr' rows or'ed with it.
366 bitmap->rows += ystr;
402 old_size = target->rows * target->pitch;
407 target->rows = source->rows;
420 if ( target->rows * target->pitch > old_size &&
422 old_size, target->rows * target->pitch ) )
442 for ( i = source->rows; i > 0; i-- )
504 for ( i = source->rows; i > 0; i-- )
524 for ( i = source->rows; i > 0; i-- )
576 for ( i = source->rows; i > 0; i-- )