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

/external/skia/tools/
H A Dsk_tool_utils.cpp367 float filterTot = 0.0f; local
372 filterTot += temp[yOff*wh+xOff];
379 temp[yOff*wh+xOff] /= filterTot;

Completed in 96 milliseconds