Home
last modified time | relevance | path

Searched refs:PAINT_SCREEN_REGION_MASK (Results 1 – 9 of 9) sorted by relevance

/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Ddisplay.c1325 PAINT_SCREEN_REGION_MASK | in paintScreen()
1338 PAINT_SCREEN_REGION_MASK)) in paintScreen()
H A Dpaint.c525 if (mask & PAINT_SCREEN_REGION_MASK) in paintOutput()
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dzoom.c327 mask &= ~PAINT_SCREEN_REGION_MASK; in zoomPaintOutput()
H A Drotate.c571 mask &= ~PAINT_SCREEN_REGION_MASK; in rotatePaintOutput()
H A Dswitcher.c1329 mask &= ~PAINT_SCREEN_REGION_MASK; in switchPaintOutput()
H A Dcube.c836 mask &= ~PAINT_SCREEN_REGION_MASK; in cubePaintOutput()
H A Dblur.c896 if (mask & PAINT_SCREEN_REGION_MASK) in blurPaintOutput()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/ezoom/
H A Dezoom.c607 mask &= ~PAINT_SCREEN_REGION_MASK; in zoomPaintOutput()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h1339 #define PAINT_SCREEN_REGION_MASK (1 << 0) macro