Searched refs:target_pitch (Results 1 – 2 of 2) sorted by relevance
87 FT_Int target_pitch = target->pitch; in FT_Bitmap_Copy() local91 if ( target_pitch < 0 ) in FT_Bitmap_Copy()92 target_pitch = -target_pitch; in FT_Bitmap_Copy()93 target_size = (FT_ULong)target_pitch * target->rows; in FT_Bitmap_Copy()496 FT_Int pad, old_target_pitch, target_pitch; in FT_Bitmap_Convert() local518 target_pitch = source->width + pad; in FT_Bitmap_Convert()520 if ( target_pitch > 0 && in FT_Bitmap_Convert()521 (FT_ULong)target->rows > FT_ULONG_MAX / target_pitch ) in FT_Bitmap_Convert()524 if ( target->rows * target_pitch > old_size && in FT_Bitmap_Convert()526 old_size, target->rows * target_pitch ) ) in FT_Bitmap_Convert()[all …]
97 FT_Int target_pitch = target->pitch; in FT_Bitmap_Copy() local101 if ( target_pitch < 0 ) in FT_Bitmap_Copy()102 target_pitch = -target_pitch; in FT_Bitmap_Copy()103 target_size = (FT_ULong)target_pitch * target->rows; in FT_Bitmap_Copy()509 FT_Int pad, old_target_pitch, target_pitch; in FT_Bitmap_Convert() local531 target_pitch = (FT_Int)source->width + pad; in FT_Bitmap_Convert()533 if ( target_pitch > 0 && in FT_Bitmap_Convert()534 (FT_ULong)target->rows > FT_ULONG_MAX / (FT_ULong)target_pitch ) in FT_Bitmap_Convert()537 if ( target->rows * (FT_ULong)target_pitch > old_size && in FT_Bitmap_Convert()539 old_size, target->rows * (FT_UInt)target_pitch ) ) in FT_Bitmap_Convert()[all …]