Searched refs:beg_in (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/display/ | ||
H A D | nr-filter-gaussian.cpp | 58 inline void copy_n(InIt beg_in, Size N, OutIt beg_out) { argument 59 std::copy(beg_in, beg_in+N, beg_out); |
Completed in 16 milliseconds