allegro5.bitmap_draw

Undocumented in source.

Members

Enums

ALLEGRO_FLIP_HORIZONTAL
anonymousenum ALLEGRO_FLIP_HORIZONTAL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

al_draw_bitmap
void al_draw_bitmap(ALLEGRO_BITMAP* bitmap, float dx, float dy, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_draw_bitmap_region
void al_draw_bitmap_region(ALLEGRO_BITMAP* bitmap, float sx, float sy, float sw, float sh, float dx, float dy, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_draw_rotated_bitmap
void al_draw_rotated_bitmap(ALLEGRO_BITMAP* bitmap, float cx, float cy, float dx, float dy, float angle, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_draw_scaled_bitmap
void al_draw_scaled_bitmap(ALLEGRO_BITMAP* bitmap, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_draw_scaled_rotated_bitmap
void al_draw_scaled_rotated_bitmap(ALLEGRO_BITMAP* bitmap, float cx, float cy, float dx, float dy, float xscale, float yscale, float angle, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_draw_tinted_bitmap
void al_draw_tinted_bitmap(ALLEGRO_BITMAP* bitmap, ALLEGRO_COLOR tint, float dx, float dy, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_draw_tinted_bitmap_region
void al_draw_tinted_bitmap_region(ALLEGRO_BITMAP* bitmap, ALLEGRO_COLOR tint, float sx, float sy, float sw, float sh, float dx, float dy, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_draw_tinted_rotated_bitmap
void al_draw_tinted_rotated_bitmap(ALLEGRO_BITMAP* bitmap, ALLEGRO_COLOR tint, float cx, float cy, float dx, float dy, float angle, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_draw_tinted_scaled_bitmap
void al_draw_tinted_scaled_bitmap(ALLEGRO_BITMAP* bitmap, ALLEGRO_COLOR tint, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_draw_tinted_scaled_rotated_bitmap
void al_draw_tinted_scaled_rotated_bitmap(ALLEGRO_BITMAP* bitmap, ALLEGRO_COLOR tint, float cx, float cy, float dx, float dy, float xscale, float yscale, float angle, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_draw_tinted_scaled_rotated_bitmap_region
void al_draw_tinted_scaled_rotated_bitmap_region(ALLEGRO_BITMAP* bitmap, float sx, float sy, float sw, float sh, ALLEGRO_COLOR tint, float cx, float cy, float dx, float dy, float xscale, float yscale, float angle, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta