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

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c441 sum_gaussian (conv *map, double opacity, int x, int y, int width, int height) function in typeref:typename:unsigned char
512 shadowTop[25 * (Gsize + 1) + x] = sum_gaussian (map, 1, x - center, center, Gsize * 2, Gsize * 2);
518 = sum_gaussian (map, 1, x - center, y - center, Gsize * 2, Gsize * 2);
568 d = sum_gaussian (gaussianMap, opacity, center, center, width, height);
587 d = sum_gaussian (gaussianMap, opacity, x - center, y - center, width, height);
605 d = sum_gaussian (gaussianMap, opacity, center, y - center, width, height);
620 d = sum_gaussian (gaussianMap, opacity, x - center, center, width, height);

Completed in 5 milliseconds