Home
last modified time | relevance | path

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

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