openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
stmfb.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <linux/fb.h>
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <lib/base/ebase.h>

Functions

int stmfb_accel_init (void)
 
void stmfb_accel_close (void)
 
void stmfb_accel_blit (int src_addr, int src_width, int src_height, int src_stride, int src_format, int dst_addr, int dst_width, int dst_height, int dst_stride, int src_x, int src_y, int width, int height, int dst_x, int dst_y, int dwidth, int dheight)
 
void stmfb_accel_fill (int dst_addr, int dst_width, int dst_height, int dst_stride, int x, int y, int width, int height, unsigned long color)
 

Variables

static int fb_fd
 

Function Documentation

◆ stmfb_accel_blit()

void stmfb_accel_blit ( int  src_addr,
int  src_width,
int  src_height,
int  src_stride,
int  src_format,
int  dst_addr,
int  dst_width,
int  dst_height,
int  dst_stride,
int  src_x,
int  src_y,
int  width,
int  height,
int  dst_x,
int  dst_y,
int  dwidth,
int  dheight 
)

◆ stmfb_accel_close()

void stmfb_accel_close ( void  )

◆ stmfb_accel_fill()

void stmfb_accel_fill ( int  dst_addr,
int  dst_width,
int  dst_height,
int  dst_stride,
int  x,
int  y,
int  width,
int  height,
unsigned long  color 
)

◆ stmfb_accel_init()

int stmfb_accel_init ( void  )

Variable Documentation

◆ fb_fd

int fb_fd
static