Searched defs:dst_disp (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-gaussian.cpp398 int const dst_disp = dst_line + c1 * dstr1; local
449 dst[dst_disp + byte] = round_cast<PT>(sum);
457 int nb_dst_disp = dst_disp + (1) *dstr1 + byte; // dst_line + (pos) * sstr1 + byte

Completed in 12 milliseconds