Home
last modified time | relevance | path

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

/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dbitmap_type.c90 ALLEGRO_DISPLAY *bitmap_display, *other_display; in swap_bitmaps() local
110 bitmap_display = _al_get_bitmap_display(bitmap); in swap_bitmaps()
117 if (bitmap_display && !other_display) { in swap_bitmaps()
122 int pos = _al_vector_find(&bitmap_display->bitmaps, &other); in swap_bitmaps()
124 back = _al_vector_ref(&bitmap_display->bitmaps, pos); in swap_bitmaps()
128 if (other_display && !bitmap_display) { in swap_bitmaps()