- al_is_bitmap_locked
bool al_is_bitmap_locked(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_lock_bitmap
ALLEGRO_LOCKED_REGION* al_lock_bitmap(ALLEGRO_BITMAP* bitmap, int format, 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_lock_bitmap_region
ALLEGRO_LOCKED_REGION* al_lock_bitmap_region(ALLEGRO_BITMAP* bitmap, int x, int y, int width, int height, int format, 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_unlock_bitmap
void al_unlock_bitmap(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.