SDL  2.0
RLEDestFormat Struct Reference

Data Fields

Uint8 BytesPerPixel
 
Uint8 padding [3]
 
Uint32 Rmask
 
Uint32 Gmask
 
Uint32 Bmask
 
Uint32 Amask
 
Uint8 Rloss
 
Uint8 Gloss
 
Uint8 Bloss
 
Uint8 Aloss
 
Uint8 Rshift
 
Uint8 Gshift
 
Uint8 Bshift
 
Uint8 Ashift
 

Detailed Description

Definition at line 615 of file SDL_RLEaccel.c.

Field Documentation

◆ Aloss

Uint8 RLEDestFormat::Aloss

Definition at line 626 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().

◆ Amask

Uint32 RLEDestFormat::Amask

Definition at line 622 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().

◆ Ashift

Uint8 RLEDestFormat::Ashift

Definition at line 630 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().

◆ Bloss

Uint8 RLEDestFormat::Bloss

Definition at line 625 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().

◆ Bmask

Uint32 RLEDestFormat::Bmask

Definition at line 621 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().

◆ Bshift

Uint8 RLEDestFormat::Bshift

Definition at line 629 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().

◆ BytesPerPixel

Uint8 RLEDestFormat::BytesPerPixel

Definition at line 617 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface(), and UnRLEAlpha().

◆ Gloss

Uint8 RLEDestFormat::Gloss

Definition at line 624 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().

◆ Gmask

Uint32 RLEDestFormat::Gmask

Definition at line 620 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().

◆ Gshift

Uint8 RLEDestFormat::Gshift

Definition at line 628 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().

◆ padding

Uint8 RLEDestFormat::padding[3]

Definition at line 618 of file SDL_RLEaccel.c.

◆ Rloss

Uint8 RLEDestFormat::Rloss

Definition at line 623 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().

◆ Rmask

Uint32 RLEDestFormat::Rmask

Definition at line 619 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().

◆ Rshift

Uint8 RLEDestFormat::Rshift

Definition at line 627 of file SDL_RLEaccel.c.

Referenced by RLEAlphaSurface().


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