Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkEmbossMask.cpp13 static inline int nonzero_to_one(int x) { in nonzero_to_one() function
109 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; in Emboss()