Home
last modified time | relevance | path

Searched refs:xfL (Results 1 – 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c325 uint32 xfL = 0; /* fixed point x-coordinate (16.16) */ in bbf_Scanner_createBitImage() local
342 uint32 xpL = ( xfL >> 16 ); in bbf_Scanner_createBitImage()
343 uint32 xoff1L = xfL & 0x0FFFF; in bbf_Scanner_createBitImage()
346 xfL += stepL; in bbf_Scanner_createBitImage()