Home
last modified time | relevance | path

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

/external/chromium_org/skia/ext/
Dconvolver.h190 int output_byte_row_stride,
207 int output_byte_row_stride,
221 int output_byte_row_stride,
Dconvolver.cc384 int output_byte_row_stride, in BGRAConvolve2D() argument
427 SkASSERT(output_byte_row_stride >= filter_x.num_values() * 4); in BGRAConvolve2D()
490 unsigned char* cur_output_row = &output[out_y * output_byte_row_stride]; in BGRAConvolve2D()
523 int output_byte_row_stride, in SingleChannelConvolveX1D() argument
596 output_row += output_byte_row_stride; in SingleChannelConvolveX1D()
607 int output_byte_row_stride, in SingleChannelConvolveY1D() argument
634 for (; r < centrepoint; ++r, target_byte += output_byte_row_stride) { in SingleChannelConvolveY1D()
649 ++r, target_byte += output_byte_row_stride) { in SingleChannelConvolveY1D()
662 ++r, target_byte += output_byte_row_stride) { in SingleChannelConvolveY1D()
Drecursive_gaussian_convolution.h51 int output_byte_row_stride,
65 int output_byte_row_stride,
Drecursive_gaussian_convolution.cc229 int output_byte_row_stride, in SingleChannelRecursiveGaussianX() argument
240 output_byte_row_stride, in SingleChannelRecursiveGaussianX()
253 int output_byte_row_stride, in SingleChannelRecursiveGaussianY() argument
263 output_byte_row_stride, in SingleChannelRecursiveGaussianY()