StuBS
printer.cc File Reference
#include "graphics/printer.h"
#include "utils/size.h"
#include "debug/output.h"
Include dependency graph for printer.cc:

Constants

static GraphicsPrinter< 32, 16, 8, 0, 8, 8, 8 > default_32bit
 
static GraphicsPrinter< 24, 16, 8, 0, 8, 8, 8 > default_24bit
 
static GraphicsPrinter< 16, 11, 5, 0, 5, 6, 5 > default_16bit
 
static GraphicsPrinter< 15, 10, 5, 0, 5, 5, 5 > default_15bit
 
static GraphicsPrinter< 8, 5, 2, 0, 3, 3, 2 > default_8bit
 
AbstractGraphicsPrintersupportedGraphicModes []
 

Variable Documentation

◆ default_32bit

GraphicsPrinter<32, 16, 8, 0, 8, 8, 8> default_32bit
static

◆ default_24bit

GraphicsPrinter<24, 16, 8, 0, 8, 8, 8> default_24bit
static

◆ default_16bit

GraphicsPrinter<16, 11, 5, 0, 5, 6, 5> default_16bit
static

◆ default_15bit

GraphicsPrinter<15, 10, 5, 0, 5, 5, 5> default_15bit
static

◆ default_8bit

GraphicsPrinter<8, 5, 2, 0, 3, 3, 2> default_8bit
static

◆ supportedGraphicModes

AbstractGraphicsPrinter* supportedGraphicModes[]
Initial value:
= {
}
static GraphicsPrinter< 24, 16, 8, 0, 8, 8, 8 > default_24bit
Definition printer.cc:7
static GraphicsPrinter< 8, 5, 2, 0, 3, 3, 2 > default_8bit
Definition printer.cc:10
static GraphicsPrinter< 16, 11, 5, 0, 5, 6, 5 > default_16bit
Definition printer.cc:8
static GraphicsPrinter< 32, 16, 8, 0, 8, 8, 8 > default_32bit
Definition printer.cc:6
static GraphicsPrinter< 15, 10, 5, 0, 5, 5, 5 > default_15bit
Definition printer.cc:9