Home
last modified time | relevance | path

Searched refs:drawWindowTexture (Results 1 – 25 of 27) sorted by relevance

12

/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/fakeargb/
H A Dfakeargb.c36 DrawWindowTextureProc drawWindowTexture; member
186 UNWRAP (fs, s, drawWindowTexture); in fakeDrawWindowTexture()
187 (*s->drawWindowTexture) (w, texture, &fa, mask); in fakeDrawWindowTexture()
188 WRAP (fs, s, drawWindowTexture, fakeDrawWindowTexture); in fakeDrawWindowTexture()
192 UNWRAP (fs, s, drawWindowTexture); in fakeDrawWindowTexture()
193 (*s->drawWindowTexture) (w, texture, attrib, mask); in fakeDrawWindowTexture()
194 WRAP(fs, s, drawWindowTexture, fakeDrawWindowTexture); in fakeDrawWindowTexture()
257 WRAP (fs, s, drawWindowTexture, fakeDrawWindowTexture); in fakeInitScreen()
274 UNWRAP (fs, s, drawWindowTexture); in fakeFiniScreen()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/bicubic/
H A Dbicubic.c50 DrawWindowTextureProc drawWindowTexture; member
253 UNWRAP (bs, s, drawWindowTexture); in BicubicDrawWindowTexture()
254 (*s->drawWindowTexture) (w, texture, &fa, mask); in BicubicDrawWindowTexture()
255 WRAP (bs, s, drawWindowTexture, BicubicDrawWindowTexture); in BicubicDrawWindowTexture()
266 UNWRAP (bs, s, drawWindowTexture); in BicubicDrawWindowTexture()
267 (*s->drawWindowTexture) (w, texture, attrib, mask); in BicubicDrawWindowTexture()
268 WRAP (bs, s, drawWindowTexture, BicubicDrawWindowTexture); in BicubicDrawWindowTexture()
388 WRAP (bs, s, drawWindowTexture, BicubicDrawWindowTexture); in BicubicInitScreen()
407 UNWRAP (bs, s, drawWindowTexture); in BicubicFiniScreen()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/reflex/
H A Dreflex.c51 DrawWindowTextureProc drawWindowTexture; member
297 UNWRAP (rs, w->screen, drawWindowTexture); in reflexDrawWindowTexture()
298 (*w->screen->drawWindowTexture) (w, texture, &fa, mask); in reflexDrawWindowTexture()
299 WRAP (rs, w->screen, drawWindowTexture, reflexDrawWindowTexture); in reflexDrawWindowTexture()
310 UNWRAP (rs, w->screen, drawWindowTexture); in reflexDrawWindowTexture()
311 (*w->screen->drawWindowTexture) (w, texture, attrib, mask); in reflexDrawWindowTexture()
312 WRAP (rs, w->screen, drawWindowTexture, reflexDrawWindowTexture); in reflexDrawWindowTexture()
444 WRAP (rs, s, drawWindowTexture, reflexDrawWindowTexture); in reflexInitScreen()
460 UNWRAP (rs, s, drawWindowTexture); in reflexFiniScreen()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/colorfilter/
H A Dcolorfilter.c48 DrawWindowTextureProc drawWindowTexture; member
413 UNWRAP (cfs, w->screen, drawWindowTexture); in colorFilterDrawWindowTexture()
414 (*w->screen->drawWindowTexture) (w, texture, &fa, mask); in colorFilterDrawWindowTexture()
415 WRAP(cfs, w->screen, drawWindowTexture, colorFilterDrawWindowTexture); in colorFilterDrawWindowTexture()
419 UNWRAP (cfs, w->screen, drawWindowTexture); in colorFilterDrawWindowTexture()
420 (*w->screen->drawWindowTexture) (w, texture, attrib, mask); in colorFilterDrawWindowTexture()
421 WRAP(cfs, w->screen, drawWindowTexture, colorFilterDrawWindowTexture); in colorFilterDrawWindowTexture()
644 WRAP (cfs, s, drawWindowTexture, colorFilterDrawWindowTexture); in colorFilterInitScreen()
657 UNWRAP (cfs, s, drawWindowTexture); in colorFilterFiniScreen()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/neg/
H A Dneg.c47 DrawWindowTextureProc drawWindowTexture; member
246 UNWRAP (ns, w->screen, drawWindowTexture); in NEGDrawWindowTexture()
247 (*w->screen->drawWindowTexture) (w, texture, &fa, mask); in NEGDrawWindowTexture()
248 WRAP (ns, w->screen, drawWindowTexture, NEGDrawWindowTexture); in NEGDrawWindowTexture()
542 UNWRAP (ns, w->screen, drawWindowTexture); in NEGDrawWindowTexture()
543 (*w->screen->drawWindowTexture) (w, texture, attrib, mask); in NEGDrawWindowTexture()
544 WRAP (ns, w->screen, drawWindowTexture, NEGDrawWindowTexture); in NEGDrawWindowTexture()
720 WRAP (ns, s, drawWindowTexture, NEGDrawWindowTexture); in NEGInitScreen()
735 UNWRAP (ns, s, drawWindowTexture); in NEGFiniScreen()
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dvideo.c113 DrawWindowTextureProc drawWindowTexture; member
465 UNWRAP (vs, s, drawWindowTexture); in videoDrawWindowTexture()
466 (*s->drawWindowTexture) (w, texture, &fa, mask); in videoDrawWindowTexture()
467 WRAP (vs, s, drawWindowTexture, videoDrawWindowTexture); in videoDrawWindowTexture()
479 UNWRAP (vs, s, drawWindowTexture); in videoDrawWindowTexture()
480 (*s->drawWindowTexture) (w, texture, attrib, mask); in videoDrawWindowTexture()
481 WRAP (vs, s, drawWindowTexture, videoDrawWindowTexture); in videoDrawWindowTexture()
486 UNWRAP (vs, s, drawWindowTexture); in videoDrawWindowTexture()
487 (*s->drawWindowTexture) (w, texture, attrib, mask); in videoDrawWindowTexture()
488 WRAP (vs, s, drawWindowTexture, videoDrawWindowTexture); in videoDrawWindowTexture()
[all …]
H A Dwater.c92 DrawWindowTextureProc drawWindowTexture; member
1089 UNWRAP (ws, w->screen, drawWindowTexture); in waterDrawWindowTexture()
1090 (*w->screen->drawWindowTexture) (w, texture, &fa, mask); in waterDrawWindowTexture()
1091 WRAP (ws, w->screen, drawWindowTexture, waterDrawWindowTexture); in waterDrawWindowTexture()
1106 UNWRAP (ws, w->screen, drawWindowTexture); in waterDrawWindowTexture()
1107 (*w->screen->drawWindowTexture) (w, texture, attrib, mask); in waterDrawWindowTexture()
1108 WRAP (ws, w->screen, drawWindowTexture, waterDrawWindowTexture); in waterDrawWindowTexture()
1662 WRAP (ws, s, drawWindowTexture, waterDrawWindowTexture); in waterInitScreen()
1713 UNWRAP (ws, s, drawWindowTexture); in waterFiniScreen()
H A Dblur.c120 DrawWindowTextureProc drawWindowTexture; member
2491 UNWRAP (bs, s, drawWindowTexture); in blurDrawWindowTexture()
2492 (*s->drawWindowTexture) (w, texture, &dstFa, mask); in blurDrawWindowTexture()
2497 (*s->drawWindowTexture) (w, texture, &fa, mask); in blurDrawWindowTexture()
2505 UNWRAP (bs, s, drawWindowTexture); in blurDrawWindowTexture()
2506 (*s->drawWindowTexture) (w, texture, &dstFa, mask); in blurDrawWindowTexture()
2512 UNWRAP (bs, s, drawWindowTexture); in blurDrawWindowTexture()
2513 (*s->drawWindowTexture) (w, texture, &fa, mask); in blurDrawWindowTexture()
2541 UNWRAP (bs, s, drawWindowTexture); in blurDrawWindowTexture()
2542 (*s->drawWindowTexture) (w, texture, attrib, mask); in blurDrawWindowTexture()
[all …]
H A Dsvg.c306 (*w->screen->drawWindowTexture) (w, texture, attrib, mask); in svgDrawWindow()
380 (*w->screen->drawWindowTexture) (w, texture, attrib, mask); in svgDrawWindow()
H A Ddecoration.c224 (*w->screen->drawWindowTexture) (w, in decorDrawWindow()
H A Dswitcher.c1644 (*w->screen->drawWindowTexture) (w, in switchPaintThumb()
H A Dscale.c297 (*w->screen->drawWindowTexture) (w, in scalePaintDecoration()
/dports/x11/libXcm/libxcm-0.5.4/examples/compiz/
H A Dcolor.c137 DrawWindowTextureProc drawWindowTexture; member
944 UNWRAP(ps, s, drawWindowTexture); in pluginDrawWindowTexture()
945 (*s->drawWindowTexture) (w, texture, attrib, mask); in pluginDrawWindowTexture()
946 WRAP(ps, s, drawWindowTexture, pluginDrawWindowTexture); in pluginDrawWindowTexture()
984 UNWRAP(ps, s, drawWindowTexture); in pluginDrawWindowTexture()
985 (*s->drawWindowTexture) (w, texture, &fa, mask); in pluginDrawWindowTexture()
986 WRAP(ps, s, drawWindowTexture, pluginDrawWindowTexture); in pluginDrawWindowTexture()
1063 WRAP(ps, s, drawWindowTexture, pluginDrawWindowTexture); in pluginInitScreen()
1128 UNWRAP(ps, s, drawWindowTexture); in pluginFiniScreen()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/expo/
H A Dexpo.c83 DrawWindowTextureProc drawWindowTexture; member
1420 UNWRAP (es, s, drawWindowTexture); in expoDrawWindowTexture()
1421 (*s->drawWindowTexture) (w, texture, attrib, mask); in expoDrawWindowTexture()
1422 WRAP (es, s, drawWindowTexture, expoDrawWindowTexture); in expoDrawWindowTexture()
1430 UNWRAP (es, s, drawWindowTexture); in expoDrawWindowTexture()
1431 (*s->drawWindowTexture) (w, texture, attrib, mask); in expoDrawWindowTexture()
1432 WRAP (es, s, drawWindowTexture, expoDrawWindowTexture); in expoDrawWindowTexture()
1759 WRAP (es, s, drawWindowTexture, expoDrawWindowTexture); in expoInitScreen()
1798 UNWRAP (es, s, drawWindowTexture); in expoFiniScreen()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/cubeaddon/
H A Dcubeaddon.c72 DrawWindowTextureProc drawWindowTexture; member
1238 UNWRAP (cas, s, drawWindowTexture); in cubeaddonDrawWindowTexture()
1239 (*s->drawWindowTexture) (w, texture, attrib, mask); in cubeaddonDrawWindowTexture()
1240 WRAP (cas, s, drawWindowTexture, cubeaddonDrawWindowTexture); in cubeaddonDrawWindowTexture()
1248 UNWRAP (cas, s, drawWindowTexture); in cubeaddonDrawWindowTexture()
1249 (*s->drawWindowTexture) (w, texture, attrib, mask); in cubeaddonDrawWindowTexture()
1250 WRAP (cas, s, drawWindowTexture, cubeaddonDrawWindowTexture); in cubeaddonDrawWindowTexture()
1852 WRAP (cas, s, drawWindowTexture, cubeaddonDrawWindowTexture); in cubeaddonInitScreen()
1885 UNWRAP (cas, s, drawWindowTexture); in cubeaddonFiniScreen()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/wallpaper/
H A Dwallpaper.c685 (*w->screen->drawWindowTexture) (w, &back->fillTex, in wallpaperDrawWindow()
788 (*w->screen->drawWindowTexture) (w, &back->imgTex, in wallpaperDrawWindow()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/animation/
H A Danimation-internal.h192 DrawWindowTextureProc drawWindowTexture; member
H A Danimation.c3046 UNWRAP(as, w->screen, drawWindowTexture); in animDrawWindowTexture()
3047 (*w->screen->drawWindowTexture) (w, texture, attrib, mask); in animDrawWindowTexture()
3048 WRAP(as, w->screen, drawWindowTexture, animDrawWindowTexture); in animDrawWindowTexture()
4881 WRAP(as, s, drawWindowTexture, animDrawWindowTexture); in animInitScreen()
4915 UNWRAP(as, s, drawWindowTexture); in animFiniScreen()
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dpaint.c1155 drawWindowTexture (CompWindow *w, in drawWindowTexture() function
1209 (*w->screen->drawWindowTexture) (w, w->texture, fragment, mask); in drawWindow()
H A Dscreen.c1879 s->drawWindowTexture = drawWindowTexture; in addScreen()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/group/
H A Dpaint.c299 (*s->drawWindowTexture) (topTab, &layer->texture, in groupPaintTabBar()
847 (*s->drawWindowTexture) (w, &gs->glowTexture, &fAttrib, in groupDrawWindow()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h1549 drawWindowTexture (CompWindow *w,
2179 DrawWindowTextureProc drawWindowTexture; member
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/kdecompat/
H A Dkdecompat.c504 (*s->drawWindowTexture) (tw, &icon->texture, in kdecompatPaintWindow()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/ring/
H A Dring.c510 (*w->screen->drawWindowTexture) (w, &icon->texture, in ringPaintWindow()
/dports/x11-wm/compiz/compiz-0.8.8/
H A DChangeLog1366 * include/compiz.h: Make drawWindowTexture a screen function so that
1734 * src/paint.c (drawWindowTexture): Use screen filters.

12