Ardour  8.7-15-gadf511264b
gdither_types_internal.h File Reference
#include <stdint.h>
Include dependency graph for gdither_types_internal.h:

Go to the source code of this file.

Classes

struct  GDitherShapedState
 
struct  GDither_s
 

Macros

#define GDITHER_SH_BUF_SIZE   8
 
#define GDITHER_SH_BUF_MASK   7
 

Typedefs

typedef struct GDither_sGDither
 

Enumerations

enum  GDitherType {
  GDitherNone = 0 , GDitherRect , GDitherTri , GDitherShaped ,
  GDitherNone = 0 , GDitherRect , GDitherTri , GDitherShaped
}
 
enum  GDitherSize {
  GDither8bit = 8 , GDither16bit = 16 , GDither32bit = 32 , GDitherFloat = 25 ,
  GDitherDouble = 54 , GDitherPerformanceTest = 23 , GDither8bit = 8 , GDither16bit = 16 ,
  GDither32bit = 32 , GDitherFloat = 25 , GDitherDouble = 54 , GDitherPerformanceTest = 23
}
 

Macro Definition Documentation

◆ GDITHER_SH_BUF_MASK

#define GDITHER_SH_BUF_MASK   7

Definition at line 30 of file gdither_types_internal.h.

◆ GDITHER_SH_BUF_SIZE

#define GDITHER_SH_BUF_SIZE   8

Definition at line 29 of file gdither_types_internal.h.

Typedef Documentation

◆ GDither

typedef struct GDither_s * GDither

Enumeration Type Documentation

◆ GDitherSize

Enumerator
GDither8bit 
GDither16bit 
GDither32bit 
GDitherFloat 
GDitherDouble 
GDitherPerformanceTest 
GDither8bit 
GDither16bit 
GDither32bit 
GDitherFloat 
GDitherDouble 
GDitherPerformanceTest 

Definition at line 40 of file gdither_types_internal.h.

◆ GDitherType

Enumerator
GDitherNone 
GDitherRect 
GDitherTri 
GDitherShaped 
GDitherNone 
GDitherRect 
GDitherTri 
GDitherShaped 

Definition at line 33 of file gdither_types_internal.h.