OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentHeightE
(Results
1 - 4
of
4
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.h
67
uint32
currentHeightE
;
Scanner.h
69
uint32
currentHeightE
;
Scanner.c
277
ptrA->
currentHeightE
= xhoL;
432
ptrA->
currentHeightE
= 0;
472
ptrA->
currentHeightE
= 0;
521
ptrA->
currentHeightE
= srcPtrA->
currentHeightE
;
576
int32 hL = ( int32 )ptrA->
currentHeightE
- ptrA->patchHeightE;
850
if( ( ptrA->yE + 1 ) >= ( int32 )( ptrA->
currentHeightE
- ptrA->patchHeightE ) ) return FALSE;
901
if( yA >= ( int32 )( ptrA->
currentHeightE
- ptrA->patchHeightE ) )
[
all
...]
LocalScanner.c
194
ptrA->
currentHeightE
= hL;
197
ptrA->workScanRegionE = bts_Int16Rect_create( 0, 0, ptrA->currentWidthE, ptrA->
currentHeightE
);
326
ptrA->workScanRegionE.y2E = ( yMaxL > ( int32 )ptrA->
currentHeightE
) ? ptrA->
currentHeightE
: yMaxL;
347
ptrA->
currentHeightE
= 0;
381
ptrA->
currentHeightE
= 0;
Completed in 132 milliseconds