#include "screen.h"
#include "region.h"
#include "surface.h"
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/fb.h>
#include <sys/io.h>
#include <sys/proc.h>
Go to the source code of this file.
◆ frontbuffer_init()
| static void frontbuffer_init |
( |
void |
| ) |
|
|
static |
◆ backbuffer_init()
| static void backbuffer_init |
( |
void |
| ) |
|
|
static |
◆ screen_invalidate()
| static void screen_invalidate |
( |
const rect_t * |
rect | ) |
|
|
static |
◆ screen_init()
| void screen_init |
( |
void |
| ) |
|
◆ screen_deinit()
| void screen_deinit |
( |
void |
| ) |
|
◆ screen_transfer()
◆ screen_transfer_blend()
◆ screen_transfer_frontbuffer()
| void screen_transfer_frontbuffer |
( |
surface_t * |
surface, |
|
|
const rect_t * |
rect |
|
) |
| |
◆ screen_swap()
| void screen_swap |
( |
void |
| ) |
|
◆ screen_width()
◆ screen_height()
◆ screen_rect()
| void screen_rect |
( |
rect_t * |
rect | ) |
|
◆ info
◆ frontbuffer
◆ backbuffer
◆ screenRect
◆ invalidRegion