Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkEmbossMask.cpp30 static inline int neq_to_mask(int x, int max) { in neq_to_mask() function
105 int next_row = neq_to_mask(y, maxy) & rowBytes; in Emboss()