#include <basegfx.h>
Public Member Functions | |
| collategraphicoperations (void) | |
| collategraphicoperations (int _x1, int _y1, int _x2, int _y2) | |
| ~collategraphicoperations () | |
| void | on (void) |
| void | off (void) |
Using SDL, the operations operated on a buffer that had to be copied to display memory in a seperate operation, which was costly. Updating the screen after every basic graphic operation was too expensive, so I wrote this class that suspended all updates until it was destructed.
Definition at line 412 of file basegfx.h.
|
|
Definition at line 1326 of file basegfx.cpp. References tgraphmodeparameters::directscreenaccess. |
|
||||||||||||||||||||
|
Definition at line 1337 of file basegfx.cpp. References tgraphmodeparameters::directscreenaccess. |
|
|
Definition at line 1368 of file basegfx.cpp. References copy2screen(), and tgraphmodeparameters::directscreenaccess. |
|
|
Definition at line 1357 of file basegfx.cpp. References copy2screen(), and tgraphmodeparameters::directscreenaccess. Referenced by tdialogbox::enablebutton(), and tdialogbox::execbutton(). |
|
|
Definition at line 1349 of file basegfx.cpp. References tgraphmodeparameters::directscreenaccess. Referenced by tdialogbox::enablebutton(). |
1.4.2