NetSurf
Functions
rtg.c File Reference

Abstract RTG functions for newer/older/non-P96 systems. More...

#include "amiga/rtg.h"
Include dependency graph for rtg.c:

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)
 

Detailed Description

Abstract RTG functions for newer/older/non-P96 systems.

Definition in file rtg.c.

Function Documentation

◆ ami_rtg_allocbitmap()

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.

References height, and width.

Referenced by ami_bitmap_get_generic(), and ami_plot_ra_alloc().

Here is the caller graph for this function:

◆ ami_rtg_freebitmap()

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().

Here is the caller graph for this function:

◆ ami_rtg_writepixelarray()

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.

References height, and width.

Referenced by ami_bitmap_get_generic().

Here is the caller graph for this function: