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

/external/skia/tools/
H A Dsk_tool_utils.cpp450 static SkPMColor blur_pixel(const SkBitmap& bm, int x, int y, float* kernel, int wh) { function in namespace:sk_tool_utils
503 *dst.getAddr32(x, y) = blur_pixel(src, x, y, kernel.get(), wh);

Completed in 95 milliseconds