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

/inkscape/src/display/
H A Dnr-filter-gaussian.cpp101 static inline Tt clip_round_cast(Ts const v) { function
341 dstimg[alpha_PC] = clip_round_cast<PT>(v[0][alpha_PC]);
344 for(unsigned int c=0; c<PC; c++) dstimg[c] = clip_round_cast<PT>(v[0][c]);
356 dstimg[alpha_PC] = clip_round_cast<PT>(v[0][alpha_PC]);
359 for(unsigned int c=0; c<PC; c++) dstimg[c] = clip_round_cast<PT>(v[0][c]);

Completed in 19 milliseconds