NetSurf
|
Abstract RTG functions for newer/older/non-P96 systems. More...
#include <proto/graphics.h>
#include <proto/Picasso96API.h>
Go to the source code of this file.
Functions | |
struct BitMap * | ami_rtg_allocbitmap (ULONG width, ULONG height, ULONG depth, ULONG flags, struct BitMap *friend, RGBFTYPE format) |
void | ami_rtg_freebitmap (struct BitMap *bm) |
void | ami_rtg_writepixelarray (UBYTE *pixdata, struct BitMap *bm, ULONG width, ULONG height, ULONG bpr, ULONG format) |
Abstract RTG functions for newer/older/non-P96 systems.
Definition in file rtg.h.
struct BitMap * ami_rtg_allocbitmap | ( | ULONG | width, |
ULONG | height, | ||
ULONG | depth, | ||
ULONG | flags, | ||
struct BitMap * | friend, | ||
RGBFTYPE | format | ||
) |
Definition at line 25 of file rtg.c.
Referenced by ami_bitmap_get_generic(), and ami_plot_ra_alloc().
void ami_rtg_freebitmap | ( | struct BitMap * | bm | ) |
Definition at line 35 of file rtg.c.
Referenced by ami_bitmap(), ami_bitmap_get_generic(), ami_bitmap_tile(), ami_plot_ra_free(), amiga_bitmap_destroy(), and amiga_bitmap_modified().
void ami_rtg_writepixelarray | ( | UBYTE * | pixdata, |
struct BitMap * | bm, | ||
ULONG | width, | ||
ULONG | height, | ||
ULONG | bpr, | ||
ULONG | format | ||
) |
Definition at line 44 of file rtg.c.
Referenced by ami_bitmap_get_generic().