| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Graphics.cc File Reference#include "Graphics.h"#include "FilterBankGenerator.h"
Include dependency graph for Graphics.cc:
![]()
This graph shows which files directly or indirectly include this file:
![]() Go to the source code of this file.
Detailed DescriptionDefinition in file Graphics.cc. Define Documentation
Value:
{ \
unsigned int rowoffset=(p-img)-(p-img)/yInc*yInc; \
if(p<img || p>=img+h*yInc || rowoffset>=w*xInc || rowoffset/xInc*xInc!=rowoffset) { \
cout << "Graphics Bad draw! line:" << __LINE__ << " frame=" << (gen!=NULL?gen->getFrameNumber():0) << ' ' /*<< (void*)p << '-' << (void*)img << '='*/ << (int)(p-img) << " w=" << w << " xInc=" << xInc << " h=" << h << " yInc=" << yInc << endl; \
ERR_F; \
} \
}
empty definition of macro for checking for any exceeding of image's memory boundaries Definition at line 10 of file Graphics.cc. Referenced by Graphics::drawLine(), and Graphics::drawRect(). | |||||||||||||||
|
Tekkotsu v5.1CVS |
Generated Fri Mar 16 05:26:59 2012 by Doxygen 1.6.3 |