Searched refs:shadowTop (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c204 static unsigned char *shadowTop = NULL; variable in typeref:typename:unsigned char *
504 if (shadowTop)
505 free ((void *)shadowTop);
508 shadowTop = (unsigned char *)(malloc ((Gsize + 1) * 26));
512 shadowTop[25 * (Gsize + 1) + x] = sum_gaussian (map, 1, x - center, center, Gsize * 2, Gsize * 2);
514 shadowTop[opacity * (Gsize + 1) + x] = shadowTop[25 * (Gsize + 1) + x] * opacity / 25;
566 d = shadowTop[opacity_int * (Gsize + 1) + Gsize];
603 d = shadowTop[opacity_int * (Gsize + 1) + y];
618 d = shadowTop[opacity_in
[all...]

Completed in 3 milliseconds