Home | History | Annotate | Download | only in images

Lines Matching refs:srcRowBytes

147         const int srcRowBytes = width;
150 srcRow += sampler.srcY0() * srcRowBytes;
153 srcRow += sampler.srcDY() * srcRowBytes;
176 const int srcRowBytes = width * 3;
179 srcRow += sampler.srcY0() * srcRowBytes;
182 srcRow += sampler.srcDY() * srcRowBytes;
195 const int srcRowBytes = width * 3;
198 srcRow += sampler.srcY0() * srcRowBytes;
201 srcRow += sampler.srcDY() * srcRowBytes;
225 const int srcRowBytes = width * 4;
228 srcRow += sampler.srcY0() * srcRowBytes;
231 srcRow += sampler.srcDY() * srcRowBytes;