OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextquadrant
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp
179
static inline int
nextQuadrant
(int q) { return q == 3 ? 0 : q + 1; }
438
extreme =
nextQuadrant
(extreme);
Completed in 2830 milliseconds