Home
last modified time | relevance | path

Searched refs:scale_outpix_byte (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dscaling.c542 struct scale_outpix_byte { struct
565 struct scale_outpix_byte *dst_line1 = NULL; in shrink_picture_byte() argument
566 struct scale_outpix_byte *dst_line2 = NULL; in shrink_picture_byte()
568 dst_line1 = (struct scale_outpix_byte *)MEM_callocN( in shrink_picture_byte()
569 (dst_width + 1) * sizeof(struct scale_outpix_byte), "shrink_picture_byte 1"); in shrink_picture_byte()
570 dst_line2 = (struct scale_outpix_byte *)MEM_callocN( in shrink_picture_byte()
571 (dst_width + 1) * sizeof(struct scale_outpix_byte), "shrink_picture_byte 2"); in shrink_picture_byte()
634 struct scale_outpix_byte *temp; in shrink_picture_byte()
645 memset(dst_line1, 0, dst_width * sizeof(struct scale_outpix_byte)); in shrink_picture_byte()