#include "vuDrawTools.h"
#include <iostream.h>
#include <wx/dcclient.h>
#include <wx/pen.h>
#include <wx/bitmap.h>
#include <wx/image.h>
Include dependency graph for vuDrawTools.cpp:
Go to the source code of this file.
Variables | |
wxDC * | cDC = NULL |
current device context for non-OGL drawing this maybe gets complicated on multiple simultaneous drawing threads | |
wxImage * | img = NULL |
vuMutex | DrawToolMutex |
vuMutex | SQMutex |
|
current device context for non-OGL drawing this maybe gets complicated on multiple simultaneous drawing threads
Definition at line 14 of file vuDrawTools.cpp. Referenced by vuDrawTools::blit(), vuDrawTools::blit2(), vuDrawTools::clearBG(), vuDrawTools::clearBGWithoutRect(), vuDrawTools::quitDC(), vuDrawTools::setBGColour(), vuDrawTools::setColour(), vuDrawTools::setDC(), and vuDrawTools::setPixel(). |
|
Definition at line 16 of file vuDrawTools.cpp. |
|
Definition at line 15 of file vuDrawTools.cpp. Referenced by vuDrawTools::blit(), vuDrawTools::blit2(), vuDrawTools::getData(), readFreZ(), and vuDrawTools::setImgWidthHeight(). |
|
Definition at line 17 of file vuDrawTools.cpp. |