masked_stretch_blit (3) Linux Manual Page
NAME masked_stretch_blit – Scales a rectangular area skipping pixels with the mask color. Allegro game programming library. SYNOPSIS #include <allegro.h> void masked_stretch_blit(BITMAP *source, BITMAP *dest, int source_x, source_y, source_w, source_h, int dest_x, dest_y, dest_w, dest_h); DESCRIPTION Like masked_blit(), except it can scale images (so the source and destination rectangles don’t need to be the same…
