Searched defs:ANGLE_TO_FIXED (Results 1 - 1 of 1) sorted by relevance

/gdk/samples/bitmap-plasma-llvm/jni/
H A Dplasma.cpp94 # define ANGLE_TO_FIXED(x) (Fixed)((x) << (FIXED_BITS - ANGLE_BITS)) macro
97 # define ANGLE_TO_FIXED(x) (Fixed)((x) >> (ANGLE_BITS - FIXED_BITS)) macro

Completed in 33 milliseconds