Lines Matching defs:offset
111 void operator()(float amount, size_t offset, size_t count) const {
112 (this->*fProc)(amount, offset, count);
117 void add_proc(float amount, size_t offset, size_t count) const {
120 for (auto* dst = fDst.data() + offset; dst < fDst.data() + offset + count; ++dst) {
126 void domain_map_proc(float amount, size_t offset, size_t count) const {
130 for (auto i = offset; i < offset + count; ++i) {
136 using ProcT = void(CoverageProcessor::*)(float amount, size_t offset, size_t count) const;
339 * |start|, |end|, |offset|, |units|.