#include <fs/rap/fsSurfCl.h>
#include <fs/sys/fsAssert.h>
#include <vector>
#include <windows.h>
Include dependency graph for fsSurfCl.cpp:
Go to the source code of this file.
Defines | |
#define | FS_VERIFY_RETURN(exp) if(!(exp)) { FS_ASSERT_MSG(0, #exp "<return>"); return; } |
#define | FS_VERIFY_RETURN_VAL(exp, ret) if(!(exp)) { FS_ASSERT_MSG(0, #exp "<returns:>" #ret); return (ret); } |
Typedefs | |
typedef std::vector< SurfCl_t::PxFmt8888_t > | Data_t |
Variables | |
bool | m_bFitCl |
int | m_nSurfW |
int | m_nSurfH |
int | m_nClW |
int | m_nClH |
Data_t | m_Data |
#define FS_VERIFY_RETURN | ( | exp | ) | if(!(exp)) { FS_ASSERT_MSG(0, #exp "<return>"); return; } |
Definition at line 40 of file fsSurfCl.cpp.
#define FS_VERIFY_RETURN_VAL | ( | exp, | |||
ret | ) | if(!(exp)) { FS_ASSERT_MSG(0, #exp "<returns:>" #ret); return (ret); } |
Definition at line 44 of file fsSurfCl.cpp.
typedef std::vector<SurfCl_t::PxFmt8888_t> Data_t |
Definition at line 92 of file fsSurfCl.cpp.
bool m_bFitCl |
Definition at line 88 of file fsSurfCl.cpp.
Definition at line 93 of file fsSurfCl.cpp.
int m_nClH |
Definition at line 90 of file fsSurfCl.cpp.
int m_nClW |
Definition at line 90 of file fsSurfCl.cpp.
int m_nSurfH |
Definition at line 89 of file fsSurfCl.cpp.
int m_nSurfW |
Definition at line 89 of file fsSurfCl.cpp.