Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkDistanceFieldGen.cpp40 // 'neighborFlags' is used to limit the directions in which we test to avoid indexing
42 static bool found_edge(const unsigned char* imagePtr, int width, int neighborFlags) { in found_edge() argument
53 if ((1 << i) & neighborFlags) { in found_edge()

Completed in 2 milliseconds