OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaleE
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c
257
stepL = ptrA->
scaleE
>> ( ptrA->scaleExpE + 4 );
427
ptrA->
scaleE
= 0;
467
ptrA->
scaleE
= 0;
516
ptrA->
scaleE
= srcPtrA->
scaleE
;
593
*xPtrA = ( int32 )( ptrA->xE - ptrA->borderWidthE ) * ( int32 )( ptrA->
scaleE
>> 4 );
596
*yPtrA = ( int32 )( ptrA->yE - ptrA->borderHeightE ) * ( int32 )( ptrA->
scaleE
>> 4 );
599
*scalePtrA = ptrA->
scaleE
;
611
*xPtrA = ( int32 )( xL - ptrA->borderWidthE ) * ( int32 )( ptrA->
scaleE
>> 4 );
614
*yPtrA = ( int32 )( yL - ptrA->borderHeightE ) * ( int32 )( ptrA->
scaleE
>> 4 )
[
all
...]
Scanner.h
54
uint32
scaleE
;
Completed in 679 milliseconds