Home
last modified time | relevance | path

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

/external/skia/tools/
Dsk_tool_utils.cpp415 static SkPMColor blur_pixel(const SkBitmap& bm, int x, int y, float* kernel, int wh) { in blur_pixel() function
468 *dst.getAddr32(x, y) = blur_pixel(src, x, y, kernel.get(), wh); in slow_blur()