|
KiCad PCB EDA Suite
|
#include <antialiasing.h>
Public Member Functions | |
| ANTIALIASING_NONE (OPENGL_COMPOSITOR *aCompositor) | |
| bool | Init () override |
| unsigned int | CreateBuffer () override |
| VECTOR2I | GetInternalBufferSize () override |
| void | OnLostBuffers () override |
| void | Begin () override |
| void | DrawBuffer (GLuint aBuffer) override |
| void | Present () override |
Private Attributes | |
| OPENGL_COMPOSITOR * | compositor |
Definition at line 50 of file antialiasing.h.
| ANTIALIASING_NONE::ANTIALIASING_NONE | ( | OPENGL_COMPOSITOR * | aCompositor | ) |
Definition at line 45 of file antialiasing.cpp.
References compositor.
|
overridevirtual |
Implements KIGFX::OPENGL_PRESENTOR.
Definition at line 82 of file antialiasing.cpp.
|
overridevirtual |
Implements KIGFX::OPENGL_PRESENTOR.
Definition at line 88 of file antialiasing.cpp.
References compositor.
|
overridevirtual |
Implements KIGFX::OPENGL_PRESENTOR.
Definition at line 64 of file antialiasing.cpp.
References compositor, and KIGFX::OPENGL_COMPOSITOR::DIRECT_RENDERING.
|
overridevirtual |
Implements KIGFX::OPENGL_PRESENTOR.
Definition at line 58 of file antialiasing.cpp.
References compositor.
|
overridevirtual |
Implements KIGFX::OPENGL_PRESENTOR.
Definition at line 51 of file antialiasing.cpp.
|
overridevirtual |
Implements KIGFX::OPENGL_PRESENTOR.
Definition at line 76 of file antialiasing.cpp.
|
overridevirtual |
Implements KIGFX::OPENGL_PRESENTOR.
Definition at line 70 of file antialiasing.cpp.
|
private |
Definition at line 66 of file antialiasing.h.
Referenced by ANTIALIASING_NONE(), CreateBuffer(), DrawBuffer(), and GetInternalBufferSize().