XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Process
Deodhai
dirty.h
Go to the documentation of this file.
1
30
#ifndef __DIRTY_H__
31
#define __DIRTY_H__
32
33
#include "
deodhai.h
"
34
#include <
chitralekha.h
>
35
36
extern
void
InitialiseDirtyClipList
();
37
38
/*
39
* AddDirtyClip -- add a dirty clip rectangle
40
* @param x -- x position
41
* @param y -- y position
42
* @param w -- width of the rect
43
* @param h -- height of the rect
44
*/
45
extern
void
AddDirtyClip
(
int
x,
int
y,
int
w,
int
h);
46
47
/*
48
* DirtyScreenUpdate -- update the screen with respect
49
* to dirty rect boundary
50
* @param canvas -- pointer to canvas
51
*/
52
extern
void
DirtyScreenUpdate
(
ChCanvas
*
canvas
);
53
54
/*
55
* GetDirtyRectCount -- returns the number of dirty rect
56
*/
57
extern
uint32_t
GetDirtyRectCount
();
58
59
#endif
GetDirtyRectCount
uint32_t GetDirtyRectCount()
Definition
dirty.cpp:131
AddDirtyClip
void AddDirtyClip(int x, int y, int w, int h)
Definition
dirty.cpp:57
DirtyScreenUpdate
void DirtyScreenUpdate(ChCanvas *canvas)
Definition
dirty.cpp:85
InitialiseDirtyClipList
void InitialiseDirtyClipList()
Definition
dirty.cpp:40
uint32_t
unsigned int uint32_t
Definition
acefiex.h:163
chitralekha.h
deodhai.h
canvas
ChCanvas * canvas
Definition
deomain.cpp:91
_ChCanvas_
Definition
chitralekha.h:40
Generated by
1.9.8