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

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c448 int fx_start, fx_end; local in function:sum_gaussian
462 fx_start = center - x;
463 if (fx_start < 0)
464 fx_start = 0;
476 g_line = g_line + fy_start * g_size + fx_start;
484 for (fx = fx_start; fx < fx_end; fx++)

Completed in 4 milliseconds