HomeSort by relevance Sort by last modified time
    Searched refs:ConvolveVertically (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkConvolver.cpp 168 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues,
230 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues,
237 ConvolveVertically<true>(filterValues, filterLength,
241 ConvolveVertically<false>(filterValues, filterLength,
455 ConvolveVertically(filterValues, filterLength,
  /external/skia/src/core/
SkConvolver.cpp 168 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues,
230 void ConvolveVertically(const SkConvolutionFilter1D::ConvolutionFixed* filterValues,
237 ConvolveVertically<true>(filterValues, filterLength,
241 ConvolveVertically<false>(filterValues, filterLength,
455 ConvolveVertically(filterValues, filterLength,
  /external/chromium_org/skia/ext/
convolver.cc 179 void ConvolveVertically(const ConvolutionFilter1D::Fixed* filter_values,
237 void ConvolveVertically(const ConvolutionFilter1D::Fixed* filter_values,
244 ConvolveVertically<true>(filter_values, filter_length,
249 ConvolveVertically<false>(filter_values, filter_length,
508 ConvolveVertically(filter_values, filter_length,

Completed in 39 milliseconds