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

/inkscape/src/display/
H A Dnr-filter-gaussian.cpp319 PT * dstimg = dest + c2*dstr2 + n1*dstr1; local
339 dstimg -= dstr1;
341 dstimg[alpha_PC] = clip_round_cast<PT>(v[0][alpha_PC]);
342 PREMUL_ALPHA_LOOP dstimg[c] = clip_round_cast_varmax<PT>(v[0][c], dstimg[alpha_PC]); local
344 for(unsigned int c=0; c<PC; c++) dstimg[c] = clip_round_cast<PT>(v[0][c]);
354 dstimg -= dstr1;
356 dstimg[alpha_PC] = clip_round_cast<PT>(v[0][alpha_PC]);
357 PREMUL_ALPHA_LOOP dstimg[c] = clip_round_cast_varmax<PT>(v[0][c], dstimg[alpha_P local
[all...]

Completed in 15 milliseconds