Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
sprixel Struct Reference

#include <sprite.h>

Collaboration diagram for sprixel:

Data Fields

fbuf glyph
 
uint32_t id
 
struct ncplanen
 
sprixel_e invalidated
 
struct sprixelnext
 
struct sprixelprev
 
unsigned dimy
 
unsigned dimx
 
int pixy
 
int pixx
 
int movedfromy
 
int movedfromx
 
int parse_start
 
int pxoffy
 
int pxoffx
 
unsigned char * needs_refresh
 
struct sixelmapsmap
 
bool wipes_outstanding
 
bool animating
 

Detailed Description

Definition at line 137 of file sprite.h.

Field Documentation

◆ animating

bool animating

Definition at line 159 of file sprite.h.

◆ dimx

unsigned dimx

Definition at line 146 of file sprite.h.

◆ dimy

unsigned dimy

Definition at line 146 of file sprite.h.

◆ glyph

fbuf glyph

Definition at line 138 of file sprite.h.

◆ id

uint32_t id

Definition at line 139 of file sprite.h.

◆ invalidated

sprixel_e invalidated

Definition at line 143 of file sprite.h.

◆ movedfromx

int movedfromx

Definition at line 151 of file sprite.h.

◆ movedfromy

int movedfromy

Definition at line 150 of file sprite.h.

◆ n

struct ncplane* n

Definition at line 142 of file sprite.h.

◆ needs_refresh

unsigned char* needs_refresh

Definition at line 156 of file sprite.h.

◆ next

struct sprixel* next

Definition at line 144 of file sprite.h.

◆ parse_start

int parse_start

Definition at line 153 of file sprite.h.

◆ pixx

int pixx

Definition at line 147 of file sprite.h.

◆ pixy

int pixy

Definition at line 147 of file sprite.h.

◆ prev

struct sprixel* prev

Definition at line 145 of file sprite.h.

◆ pxoffx

int pxoffx

Definition at line 154 of file sprite.h.

◆ pxoffy

int pxoffy

Definition at line 154 of file sprite.h.

◆ smap

struct sixelmap* smap

Definition at line 157 of file sprite.h.

◆ wipes_outstanding

bool wipes_outstanding

Definition at line 158 of file sprite.h.


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