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
37
38
extern
void
InitialiseDirtyClipList
();
39
40
/*
41
* AddDirtyClip -- add a dirty clip rectangle
42
* @param x -- x position
43
* @param y -- y position
44
* @param w -- width of the rect
45
* @param h -- height of the rect
46
*/
47
extern
void
AddDirtyClip
(
int
x,
int
y,
int
w,
int
h);
48
49
/*
50
* DirtyScreenUpdate -- update the screen with respect
51
* to dirty rect boundary
52
* @param canvas -- pointer to canvas
53
*/
54
extern
void
DirtyScreenUpdate
(
ChCanvas
*
canvas
);
55
56
/*
57
* GetDirtyRectCount -- returns the number of dirty rect
58
*/
59
extern
uint32_t
GetDirtyRectCount
();
60
61
#endif
GetDirtyRectCount
uint32_t GetDirtyRectCount()
Definition
dirty.cpp:105
AddDirtyClip
void AddDirtyClip(int x, int y, int w, int h)
Definition
dirty.cpp:54
DirtyScreenUpdate
void DirtyScreenUpdate(ChCanvas *canvas)
Definition
dirty.cpp:78
InitialiseDirtyClipList
void InitialiseDirtyClipList()
Definition
dirty.cpp:38
uint32_t
unsigned int uint32_t
Definition
acefiex.h:163
chitralekha.h
deodhai.h
canvas
ChCanvas * canvas
Definition
deomain.cpp:92
_ChCanvas_
Definition
chitralekha.h:43
Generated by
1.9.8