Ardour
9.0-pre0-582-g084a23a80d
|
#include <stdint.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_s * | GDither |
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 } |
#define GDITHER_SH_BUF_MASK 7 |
Definition at line 30 of file gdither_types_internal.h.
#define GDITHER_SH_BUF_SIZE 8 |
Definition at line 29 of file gdither_types_internal.h.
enum GDitherSize |
Enumerator | |
---|---|
GDither8bit | |
GDither16bit | |
GDither32bit | |
GDitherFloat | |
GDitherDouble | |
GDitherPerformanceTest | |
GDither8bit | |
GDither16bit | |
GDither32bit | |
GDitherFloat | |
GDitherDouble | |
GDitherPerformanceTest |
Definition at line 40 of file gdither_types_internal.h.
enum GDitherType |
Enumerator | |
---|---|
GDitherNone | |
GDitherRect | |
GDitherTri | |
GDitherShaped | |
GDitherNone | |
GDitherRect | |
GDitherTri | |
GDitherShaped |
Definition at line 33 of file gdither_types_internal.h.