Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:xfL

325 			uint32 xfL   = 0; /* fixed point x-coordinate (16.16) */
342 uint32 xpL = ( xfL >> 16 );
343 uint32 xoff1L = xfL & 0x0FFFF;
346 xfL += stepL;