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

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.cpp179 static inline int nextQuadrant(int q) { return q == 3 ? 0 : q + 1; } function in namespace:WebCore
438 extreme = nextQuadrant(extreme);

Completed in 61 milliseconds