blit
Loading...
Searching...
No Matches
Data Fields
blit_rgn1 Struct Reference

One-dimensional region structure. More...

#include <rgn1.h>

Data Fields

int origin
 Origin of the region.
 
int extent
 Extent of the region.
 
int origin_source
 Source origin of the region.
 

Detailed Description

One-dimensional region structure.

The blit_rgn1 structure represents a one-dimensional region with an origin, extent, and source origin. It is used to define regions in one-dimensional space for various operations.

Definition at line 26 of file rgn1.h.

Field Documentation

◆ extent

int blit_rgn1::extent

Extent of the region.

Definition at line 34 of file rgn1.h.

◆ origin

int blit_rgn1::origin

Origin of the region.

Definition at line 30 of file rgn1.h.

◆ origin_source

int blit_rgn1::origin_source

Source origin of the region.

Definition at line 38 of file rgn1.h.


The documentation for this struct was generated from the following file: