Home
last modified time | relevance | path

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

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