Searched refs:old_target_pitch (Results 1 – 1 of 1) sorted by relevance
546 FT_Int pad, old_target_pitch, target_pitch; in FT_Bitmap_Convert() local550 old_target_pitch = target->pitch; in FT_Bitmap_Convert()551 if ( old_target_pitch < 0 ) in FT_Bitmap_Convert()552 old_target_pitch = -old_target_pitch; in FT_Bitmap_Convert()554 old_size = target->rows * (FT_UInt)old_target_pitch; in FT_Bitmap_Convert()