Index

Package: Allegro.Bitmaps.Direct_Access

Description

package Allegro.Bitmaps.Direct_Access is

Subprograms & Entries

Memory_Getpixel_15_or_16_bpp

function Memory_Getpixel_15_or_16_bpp
( bmp: not null A_Bitmap;
x, y: Natural )
return Color_Type;

Memory_Getpixel_32

function Memory_Getpixel_32
( bmp: not null A_Bitmap;
x, y: Natural )
return Color_Type;

References:

allegro-bitmaps-direct_access.ads:15:14 (declaration)
allegro-bitmaps-direct_access.ads:29:23 (body)
resources-images.adb:28:28 (reference)

Called by:

Resources.Images.Load_BMP defined at resources-images.adb:13:14

Memory_Putpixel_15_or_16_bpp

procedure Memory_Putpixel_15_or_16_bpp
( bmp: not null A_Bitmap;
x, y: Natural;
color: Color_Type );

Memory_Putpixel_32

procedure Memory_Putpixel_32
( bmp: not null A_Bitmap;
x, y: Natural;
color: Color_Type );

References:

allegro-bitmaps-direct_access.ads:22:15 (declaration)
allegro-bitmaps-direct_access.ads:31:23 (body)
resources-images.adb:32:25 (reference)

Called by:

Resources.Images.Load_BMP defined at resources-images.adb:13:14