Home
last modified time | relevance | path

Searched refs:source_byte_row_stride (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/skia/ext/
Dconvolver.cc380 int source_byte_row_stride, in BGRAConvolve2D() argument
461 src[i] = &source_data[(next_x_row + i) * source_byte_row_stride]; in BGRAConvolve2D()
472 &source_data[next_x_row * source_byte_row_stride], in BGRAConvolve2D()
477 &source_data[next_x_row * source_byte_row_stride], in BGRAConvolve2D()
481 &source_data[next_x_row * source_byte_row_stride], in BGRAConvolve2D()
517 int source_byte_row_stride, in SingleChannelConvolveX1D() argument
595 source_data_row += source_byte_row_stride; in SingleChannelConvolveX1D()
601 int source_byte_row_stride, in SingleChannelConvolveY1D() argument
642 for (; i < filter_length; ++i, pixel_byte_index += source_byte_row_stride) in SingleChannelConvolveY1D()
651 int pixel_byte_index = (r - centrepoint) * source_byte_row_stride + in SingleChannelConvolveY1D()
[all …]
Dconvolver.h186 int source_byte_row_stride,
201 int source_byte_row_stride,
215 int source_byte_row_stride,
Drecursive_gaussian_convolution.h45 int source_byte_row_stride,
59 int source_byte_row_stride,
Drecursive_gaussian_convolution.cc223 int source_byte_row_stride, in SingleChannelRecursiveGaussianX() argument
235 source_byte_row_stride, in SingleChannelRecursiveGaussianX()
247 int source_byte_row_stride, in SingleChannelRecursiveGaussianY() argument
258 source_byte_row_stride, in SingleChannelRecursiveGaussianY()