Searched refs:target_pitch (Results 1 – 1 of 1) sorted by relevance
67 FT_Int target_pitch = target->pitch; in FT_Bitmap_Copy() local71 if ( target_pitch < 0 ) in FT_Bitmap_Copy()72 target_pitch = -target_pitch; in FT_Bitmap_Copy()73 target_size = (FT_ULong)( target_pitch * target->rows ); in FT_Bitmap_Copy()