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

#include <internal.h>

Collaboration diagram for blitterargs:

Data Fields

int begy
 
int begx
 
int leny
 
int lenx
 
uint64_t flags
 
uint32_t transcolor
 
union { 
 
   struct { 
 
      int   placey 
 
      int   placex 
 
   }   cell 
 
   struct { 
 
      int   colorregs 
 
      sprixel *   spx 
 
      int   pxoffy 
 
      int   pxoffx 
 
      int   cellpxy 
 
      int   cellpxx 
 
   }   pixel 
 
u 
 

Detailed Description

Definition at line 372 of file internal.h.

Field Documentation

◆ begx

int begx

Definition at line 376 of file internal.h.

◆ begy

int begy

Definition at line 375 of file internal.h.

◆ [struct]

struct { ... } cell

◆ cellpxx

int cellpxx

Definition at line 392 of file internal.h.

◆ cellpxy

int cellpxy

Definition at line 391 of file internal.h.

◆ colorregs

int colorregs

Definition at line 387 of file internal.h.

◆ flags

uint64_t flags

Definition at line 379 of file internal.h.

◆ lenx

int lenx

Definition at line 378 of file internal.h.

◆ leny

int leny

Definition at line 377 of file internal.h.

◆ [struct]

struct { ... } pixel

◆ placex

int placex

Definition at line 384 of file internal.h.

◆ placey

int placey

Definition at line 383 of file internal.h.

◆ pxoffx

int pxoffx

Definition at line 390 of file internal.h.

◆ pxoffy

int pxoffy

Definition at line 389 of file internal.h.

◆ spx

sprixel* spx

Definition at line 388 of file internal.h.

◆ transcolor

uint32_t transcolor

Definition at line 380 of file internal.h.

◆ [union]

union { ... } u

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