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

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c449 int fy_start, fy_end; local in function:sum_gaussian
472 fy_end = height + center - y;
473 if (fy_end > g_size)
474 fy_end = g_size;
479 for (fy = fy_start; fy < fy_end; fy++)

Completed in 4 milliseconds