MythTV
master
mythtv
libs
libmythtv
visualisations
goom
surface.h
Go to the documentation of this file.
1
#ifndef _SURFACE_H
2
#define _SURFACE_H
3
4
struct
Surface
{
5
int
*
buf
;
6
int
width
;
7
int
height
;
8
int
size
;
9
10
int
*
realstart
;
11
};
12
13
Surface
*
surface_new
(
int
w,
int
h) ;
14
void
surface_delete
(
Surface
**s) ;
15
16
#endif
Surface
Definition:
surface.h:4
Surface::height
int height
Definition:
surface.h:7
Surface::size
int size
Definition:
surface.h:8
Surface::buf
int * buf
Definition:
surface.h:5
Surface::realstart
int * realstart
Definition:
surface.h:10
Surface::width
int width
Definition:
surface.h:6
surface_new
Surface * surface_new(int w, int h)
Definition:
surface.cpp:5
surface_delete
void surface_delete(Surface **s)
Definition:
surface.cpp:15
Generated on Wed Oct 29 2025 03:16:19 for MythTV by
1.9.4