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

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanner.c590 int32* xPtrA, int32* yPtrA, uint32* scalePtrA )
596 *yPtrA = ( int32 )( ptrA->yE - ptrA->borderHeightE ) * ( int32 )( ptrA->scaleE >> 4 );
605 int32* xPtrA, int32* yPtrA, uint32* scalePtrA )
614 *yPtrA = ( int32 )( yL - ptrA->borderHeightE ) * ( int32 )( ptrA->scaleE >> 4 );
589 bbf_Scanner_pos( const struct bbf_Scanner* ptrA, int32* xPtrA, int32* yPtrA, uint32* scalePtrA ) argument
604 bbf_Scanner_idxPos( const struct bbf_Scanner* ptrA, uint32 scanIndexA, int32* xPtrA, int32* yPtrA, uint32* scalePtrA ) argument

Completed in 73 milliseconds