object/graphicsprinter.h-Dateireferenz
Enthält die Klasse 
GraphicsPrinter. 
Mehr ...
#include "machine/framebuffer.h"
#include "object/graphicstypes.h"
#include "object/fonts/fonts.h"
#include "machine/memcpy32.h"
|  | 
| 
 Klassen | 
| class | AbstractGraphicsPrinter | 
| class | GraphicsPrinter< pixel_width, red_offset, green_offset, blue_offset, red_size, green_size, blue_size > | 
|  | GraphicsPrinter implementiert die Zeichenmethoden, die von VESAScreen und schlussendlich VESAGraphics angeboten werden.  Mehr ... 
 | 
| 
 Typdefinitionen | 
| typedef GraphicsPrinter< 32, 16, 8, 0, 8, 8, 8 > | GraphicsPrinter_32 | 
| typedef GraphicsPrinter< 24, 16, 8, 0, 8, 8, 8 > | GraphicsPrinter_24 | 
| typedef GraphicsPrinter< 16, 11, 5, 0, 5, 6, 5 > | GraphicsPrinter_16 | 
| 
 Funktionen | 
| int | abs (int a) | 
AusfĂźhrliche Beschreibung
Enthält die Klasse 
GraphicsPrinter.