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

/external/skia/third_party/glu/libtess/
H A Dnormal.c176 #define S_UNIT_X (RandomSweep ? (2*drand48()-1) : 1.0) macro
189 #define S_UNIT_X 0.50941539564955385 /* Pre-normalized */ macro
192 #define S_UNIT_X 1.0 macro
225 sUnit[(i+1)%3] = S_UNIT_X;
243 sUnit[(i+1)%3] = S_UNIT_X;
248 tUnit[(i+2)%3] = (norm[i] > 0) ? S_UNIT_X : -S_UNIT_X;

Completed in 60 milliseconds