Home | History | Annotate | Download | only in gdx2d

Lines Matching refs:SCALE

673   const int SCALE = 1 << FRACT_BITS;
676 #define D(i) (((i) + (SCALE >> 1)) >> FRACT_BITS)
677 #define F(i) ((int)((i) * SCALE + .5f))