Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:sraRegionPtr

62 static int poll_line(int x1, int x2, int y1, int n, sraRegionPtr mod);
63 static void poll_line_complement(int x1, int x2, int y1, sraRegionPtr mod);
64 static int poll_8bpp(sraRegionPtr, int);
65 static void poll_8bpp_complement(sraRegionPtr);
66 static void mark_rgn_rects(sraRegionPtr mod);
69 static void do_8bpp_region(int n, sraRegionPtr mark);
85 sraRegionPtr clip_region;
569 sraRegionPtr mod;
848 static int poll_line(int x1, int x2, int y1, int n, sraRegionPtr mod) {
871 sraRegionPtr rect;
1006 static void poll_line_complement(int x1, int x2, int y1, sraRegionPtr mod) {
1010 sraRegionPtr rect;
1084 static int poll_8bpp(sraRegionPtr mod, int validate) {
1087 sraRegionPtr line;
1108 sraRegionPtr reg = windows_8bpp[i].clip_region;
1145 static void poll_8bpp_complement(sraRegionPtr mod) {
1148 sraRegionPtr disp, line;
1157 sraRegionPtr reg = windows_8bpp[i].clip_region;
1189 static void mark_rgn_rects(sraRegionPtr mod) {
1221 sraRegionPtr tmp_reg, tmp_reg2;
1464 static void do_8bpp_region(int n, sraRegionPtr mark) {
1467 sraRegionPtr clip;
1817 sraRegionPtr rect;
2012 sraRegionPtr reg = windows_8bpp[i].clip_region;