Searched defs:sourceDataRows (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/opts/
H A DSkBitmapFilter_opts.h236 // of the rows pointed to in the |sourceDataRows| array, with each row
243 unsigned char* const* sourceDataRows,
266 &sourceDataRows[filterY][outX << 2]);
350 &sourceDataRows[filterY][width << 2]);
598 // of the rows pointed to in the |sourceDataRows| array, with each row
605 unsigned char* const* sourceDataRows,
628 uint8x16_t src8 = vld1q_u8(&sourceDataRows[filterY][outX << 2]);
698 uint8x16_t src8 = vld1q_u8(&sourceDataRows[filterY][width << 2]);
823 // of the rows pointed to in the |sourceDataRows| array, with each row
830 unsigned char* const* sourceDataRows,
241 ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, int filterLength, unsigned char* const* sourceDataRows, int pixelWidth, unsigned char* outRow) argument
923 convolve_vertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, int filterLength, unsigned char* const* sourceDataRows, int pixelWidth, unsigned char* outRow, bool hasAlpha) argument
[all...]

Completed in 95 milliseconds