Searched refs:fy_start (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
469 fy_start = center - y;
470 if (fy_start < 0)
471 fy_start = 0;
476 g_line = g_line + fy_start * g_size + fx_start;
479 for (fy = fy_start; fy < fy_end; fy++)

Completed in 8 milliseconds