#include <framebuffer.hpp>
|
| | Framebuffer () |
| |
| | Framebuffer (uint32_t width, uint32_t height, uint16_t depth, uint32_t pitch, void *addr) |
| |
| | Framebuffer (uint32_t width, uint32_t height, uint16_t depth, uint32_t pitch, void *addr, FramebufferMemoryModel model, uint8_t redMaskSize, uint8_t redMaskShift, uint8_t greenMaskSize, uint8_t greenMaskShift, uint8_t blueMaskSize, uint8_t blueMaskShift) |
| |
| void * | getAddress () |
| |
| uint32_t | getWidth () |
| |
| uint32_t | getHeight () |
| |
| uint16_t | getDepth () |
| |
| uint32_t | getPitch () |
| |
| uint8_t | getRedMaskSize () |
| |
| uint8_t | getRedMaskShift () |
| |
| uint8_t | getGreenMaskSize () |
| |
| uint8_t | getGreenMaskShift () |
| |
| uint8_t | getBlueMaskSize () |
| |
| uint8_t | getBlueMaskShift () |
| |
| uint8_t | getPixelWidth () |
| |
| FramebufferMemoryModel | getModel () |
| |
| void | setWidth (uint16_t val) |
| |
| void | setHeight (uint16_t val) |
| |
| void | setDepth (uint16_t val) |
| |
| void | setPitch (uint16_t val) |
| |
| void | setRedMaskSize (uint8_t val) |
| |
| void | setRedMaskShift (uint8_t val) |
| |
| void | setGreenMaskSize (uint8_t val) |
| |
| void | setGreenMaskShift (uint8_t val) |
| |
| void | setBlueMaskSize (uint8_t val) |
| |
| void | setBlueMaskShift (uint8_t val) |
| |
| void | setModel (FramebufferMemoryModel val) |
| |
Definition at line 21 of file framebuffer.hpp.
◆ Framebuffer() [1/3]
| Graphics::Framebuffer::Framebuffer |
( |
| ) |
|
◆ Framebuffer() [2/3]
| Graphics::Framebuffer::Framebuffer |
( |
uint32_t |
width, |
|
|
uint32_t |
height, |
|
|
uint16_t |
depth, |
|
|
uint32_t |
pitch, |
|
|
void * |
addr |
|
) |
| |
◆ Framebuffer() [3/3]
| Graphics::Framebuffer::Framebuffer |
( |
uint32_t |
width, |
|
|
uint32_t |
height, |
|
|
uint16_t |
depth, |
|
|
uint32_t |
pitch, |
|
|
void * |
addr, |
|
|
FramebufferMemoryModel |
model, |
|
|
uint8_t |
redMaskSize, |
|
|
uint8_t |
redMaskShift, |
|
|
uint8_t |
greenMaskSize, |
|
|
uint8_t |
greenMaskShift, |
|
|
uint8_t |
blueMaskSize, |
|
|
uint8_t |
blueMaskShift |
|
) |
| |
◆ getAddress()
| void* Graphics::Framebuffer::getAddress |
( |
| ) |
|
|
inline |
◆ getBlueMaskShift()
| uint8_t Graphics::Framebuffer::getBlueMaskShift |
( |
| ) |
|
|
inline |
◆ getBlueMaskSize()
| uint8_t Graphics::Framebuffer::getBlueMaskSize |
( |
| ) |
|
|
inline |
◆ getDepth()
| uint16_t Graphics::Framebuffer::getDepth |
( |
| ) |
|
|
inline |
◆ getGreenMaskShift()
| uint8_t Graphics::Framebuffer::getGreenMaskShift |
( |
| ) |
|
|
inline |
◆ getGreenMaskSize()
| uint8_t Graphics::Framebuffer::getGreenMaskSize |
( |
| ) |
|
|
inline |
◆ getHeight()
| uint32_t Graphics::Framebuffer::getHeight |
( |
| ) |
|
|
inline |
◆ getModel()
◆ getPitch()
| uint32_t Graphics::Framebuffer::getPitch |
( |
| ) |
|
|
inline |
◆ getPixelWidth()
| uint8_t Graphics::Framebuffer::getPixelWidth |
( |
| ) |
|
|
inline |
◆ getRedMaskShift()
| uint8_t Graphics::Framebuffer::getRedMaskShift |
( |
| ) |
|
|
inline |
◆ getRedMaskSize()
| uint8_t Graphics::Framebuffer::getRedMaskSize |
( |
| ) |
|
|
inline |
◆ getWidth()
| uint32_t Graphics::Framebuffer::getWidth |
( |
| ) |
|
|
inline |
◆ setBlueMaskShift()
| void Graphics::Framebuffer::setBlueMaskShift |
( |
uint8_t |
val | ) |
|
|
inline |
◆ setBlueMaskSize()
| void Graphics::Framebuffer::setBlueMaskSize |
( |
uint8_t |
val | ) |
|
|
inline |
◆ setDepth()
| void Graphics::Framebuffer::setDepth |
( |
uint16_t |
val | ) |
|
|
inline |
◆ setGreenMaskShift()
| void Graphics::Framebuffer::setGreenMaskShift |
( |
uint8_t |
val | ) |
|
|
inline |
◆ setGreenMaskSize()
| void Graphics::Framebuffer::setGreenMaskSize |
( |
uint8_t |
val | ) |
|
|
inline |
◆ setHeight()
| void Graphics::Framebuffer::setHeight |
( |
uint16_t |
val | ) |
|
|
inline |
◆ setModel()
◆ setPitch()
| void Graphics::Framebuffer::setPitch |
( |
uint16_t |
val | ) |
|
|
inline |
◆ setRedMaskShift()
| void Graphics::Framebuffer::setRedMaskShift |
( |
uint8_t |
val | ) |
|
|
inline |
◆ setRedMaskSize()
| void Graphics::Framebuffer::setRedMaskSize |
( |
uint8_t |
val | ) |
|
|
inline |
◆ setWidth()
| void Graphics::Framebuffer::setWidth |
( |
uint16_t |
val | ) |
|
|
inline |
◆ _addr
| void* Graphics::Framebuffer::_addr |
|
private |
◆ _blueMaskShift
| uint8_t Graphics::Framebuffer::_blueMaskShift |
|
private |
◆ _blueMaskSize
| uint8_t Graphics::Framebuffer::_blueMaskSize |
|
private |
◆ _depth
| uint16_t Graphics::Framebuffer::_depth |
|
private |
◆ _greenMaskShift
| uint8_t Graphics::Framebuffer::_greenMaskShift |
|
private |
◆ _greenMaskSize
| uint8_t Graphics::Framebuffer::_greenMaskSize |
|
private |
◆ _height
| uint32_t Graphics::Framebuffer::_height |
|
private |
◆ _memoryModel
◆ _pitch
| uint32_t Graphics::Framebuffer::_pitch |
|
private |
◆ _redMaskShift
| uint8_t Graphics::Framebuffer::_redMaskShift |
|
private |
◆ _redMaskSize
| uint8_t Graphics::Framebuffer::_redMaskSize |
|
private |
◆ _width
| uint32_t Graphics::Framebuffer::_width |
|
private |
The documentation for this class was generated from the following files: