ReactOS 0.4.15-dev-8100-g1887773
uvcode.h File Reference

Go to the source code of this file.

Macros

#define UV_SQSIZ   (float)0.003500
 
#define UV_NDIVS   16289
 
#define UV_VSTART   (float)0.016940
 
#define UV_NVS   163
 

Variables

struct {
   float   ustart
 
   short   nus
 
   short   ncum
 
uv_row [UV_NVS]
 

Macro Definition Documentation

◆ UV_NDIVS

#define UV_NDIVS   16289

Definition at line 3 of file uvcode.h.

◆ UV_NVS

#define UV_NVS   163

Definition at line 5 of file uvcode.h.

◆ UV_SQSIZ

#define UV_SQSIZ   (float)0.003500

Definition at line 2 of file uvcode.h.

◆ UV_VSTART

#define UV_VSTART   (float)0.016940

Definition at line 4 of file uvcode.h.

Variable Documentation

◆ ncum

short ncum

Definition at line 8 of file uvcode.h.

◆ nus

short nus

Definition at line 8 of file uvcode.h.

◆ ustart

float ustart

Definition at line 7 of file uvcode.h.

Referenced by CoveAndTiler::coveAndTile(), and CoveAndTiler::tile().

◆ 

const struct { ... } uv_row[UV_NVS]