Searched refs:filterLength (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkConvolver.cpp121 int filterOffset, filterLength; local
123 filter.FilterForValue(outX, &filterOffset, &filterLength);
126 // touch |filterLength| pixels (4 bytes each) after this.
131 for (int filterX = 0; filterX < filterLength; filterX++) {
196 int filterLength,
209 for (int filterY = 0; filterY < filterLength; filterY++) {
258 int filterLength,
264 ConvolveVertically<true>(filterValues, filterLength,
268 ConvolveVertically<false>(filterValues, filterLength,
287 int filterLength) {
195 ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, int filterLength, unsigned char* const* sourceDataRows, int pixelWidth, unsigned char* outRow) argument
257 ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, int filterLength, unsigned char* const* sourceDataRows, int pixelWidth, unsigned char* outRow, bool sourceHasAlpha) argument
285 AddFilter(int filterOffset, const ConvolutionFixed* filterValues, int filterLength) argument
360 int filterOffset, filterLength; local
[all...]
H A DSkConvolver.h68 // starting from this position, and going for the next |filterLength| pixels.
74 // The filterLength must be > 0.
77 int filterLength);
83 // returned. There will be |filterLength| values in this array.
86 int* filterLength) const {
89 *filterLength = filter.fTrimmedLength;
101 // There will be |filterLength| values in the return array.
106 int* filterLength) const;
145 int filterLength,
/external/skia/src/opts/
H A DSkBitmapProcState_arm_neon.cpp100 int filterOffset, filterLength; local
102 filter.FilterForValue(outX, &filterOffset, &filterLength);
105 // touch |filterLength| pixels (4 bytes each) after this.
110 for (int filterX = 0; filterX < filterLength >> 2; filterX++) {
143 int r = filterLength & 3;
192 int filterLength,
208 for (int filterY = 0; filterY < filterLength; filterY++) {
280 for (int filterY = 0; filterY < filterLength; ++filterY) {
345 int filterLength,
351 convolveVertically_neon<true>(filterValues, filterLength,
191 convolveVertically_neon(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, int filterLength, unsigned char* const* sourceDataRows, int pixelWidth, unsigned char* outRow) argument
344 convolveVertically_neon(const SkConvolutionFilter1D::ConvolutionFixed* filterValues, int filterLength, unsigned char* const* sourceDataRows, int pixelWidth, unsigned char* outRow, bool sourceHasAlpha) argument
376 int filterOffset, filterLength; local
[all...]

Completed in 95 milliseconds