roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
png_draw_tag Struct Reference

#include <PNGdec.h>

Collaboration diagram for png_draw_tag:
[legend]

Data Fields

int y
 
int iWidth
 
int iPitch
 
int iPixelType
 
int iBpp
 
int iHasAlpha
 
void * pUser
 
const roo_display::ColorpPalette
 
uint16_t * pFastPalette
 
uint8_t * pPixels
 

Detailed Description

Definition at line 103 of file PNGdec.h.

Field Documentation

◆ iBpp

int png_draw_tag::iBpp

Definition at line 109 of file PNGdec.h.

◆ iHasAlpha

int png_draw_tag::iHasAlpha

Definition at line 110 of file PNGdec.h.

◆ iPitch

int png_draw_tag::iPitch

Definition at line 107 of file PNGdec.h.

◆ iPixelType

int png_draw_tag::iPixelType

Definition at line 108 of file PNGdec.h.

◆ iWidth

int png_draw_tag::iWidth

Definition at line 106 of file PNGdec.h.

◆ pFastPalette

uint16_t* png_draw_tag::pFastPalette

Definition at line 113 of file PNGdec.h.

◆ pPalette

const roo_display::Color* png_draw_tag::pPalette

Definition at line 112 of file PNGdec.h.

◆ pPixels

uint8_t* png_draw_tag::pPixels

Definition at line 114 of file PNGdec.h.

◆ pUser

void* png_draw_tag::pUser

Definition at line 111 of file PNGdec.h.

◆ y

int png_draw_tag::y

Definition at line 105 of file PNGdec.h.


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