Home
last modified time | relevance | path

Searched refs:VIBool (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/include/revolution/vi/
Dvi3in1types.h27 typedef u8 VIBool; typedef
28 #define VI_FALSE ((VIBool)0)
29 #define VI_TRUE ((VIBool)1)
30 #define VI_DISABLE ((VIBool)0)
31 #define VI_ENABLE ((VIBool)1)
Dvi3in1.h74 extern void VISetTrapFilter( VIBool filter );
/RvlSDK-3.3/build/demos/videmo/src/
Dcross-color.c213 VIBool trap_filter; in main()