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

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c542 int opacity_int = (int)(opacity * 25); local in function:make_shadow
566 d = shadowTop[opacity_int * (Gsize + 1) + Gsize];
585 d = shadowCorner[opacity_int * (Gsize + 1) * (Gsize + 1) + y * (Gsize + 1) + x];
603 d = shadowTop[opacity_int * (Gsize + 1) + y];
618 d = shadowTop[opacity_int * (Gsize + 1) + x];

Completed in 4 milliseconds