Searched refs:xAngleToDashIndex (Results 1 – 1 of 1) sorted by relevance
1832 #define xAngleToDashIndex(xa) ((((long) (xa)) * (DASH_MAP_SIZE - 1)) / (90 * 64)) macro2290 di = xAngleToDashIndex(angle); in angleToLength()