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

  /external/chromium_org/skia/ext/
convolver.h 185 SK_API void BGRAConvolve2D(const unsigned char* source_data,
convolver_unittest.cc 45 BGRAConvolve2D(data, width * 4, true, filter_x, filter_y,
116 BGRAConvolve2D(&input[0], src_width, true, filter_x, filter_y,
291 BGRAConvolve2D(static_cast<const uint8*>(source.getPixels()),
299 BGRAConvolve2D(static_cast<const uint8*>(source.getPixels()),
image_operations.cc 519 BGRAConvolve2D(source_subset, static_cast<int>(source.rowBytes()),
convolver.cc 379 void BGRAConvolve2D(const unsigned char* source_data,
528 // Very much unlike BGRAConvolve2D, here we expect to have the same filter
612 // Very much unlike BGRAConvolve2D, here we expect to have the same filter
  /external/chromium_org/third_party/skia/src/core/
SkConvolver.h 193 SK_API void BGRAConvolve2D(const unsigned char* sourceData,
SkBitmapScaler.cpp 296 BGRAConvolve2D(sourceSubset, static_cast<int>(source.rowBytes()),
SkConvolver.cpp 333 void BGRAConvolve2D(const unsigned char* sourceData,
  /external/skia/src/core/
SkConvolver.h 193 SK_API void BGRAConvolve2D(const unsigned char* sourceData,
SkBitmapScaler.cpp 296 BGRAConvolve2D(sourceSubset, static_cast<int>(source.rowBytes()),
SkConvolver.cpp 333 void BGRAConvolve2D(const unsigned char* sourceData,

Completed in 2620 milliseconds