Home
last modified time | relevance | path

Searched refs:POV_UINT8 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/
H A Dconfigbase.h159 #ifndef POV_UINT8
162 #define POV_UINT8 uint8_t macro
165 #define POV_UINT8 uint_least8_t macro
168 #define POV_UINT8 unsigned char macro
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/unix/povconfig/
H A Dsyspovconfig.h270 #define POV_UINT8 uint8_t macro
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/material/
H A Dpattern.h479 POV_UINT8 *Density8;
H A Dpattern.cpp9278 POV_UINT8 *map = new POV_UINT8[sx * sy * sz]; in Read_Density_File()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dtruetype.cpp114 typedef POV_UINT8 BYTE;