OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:workScanRegionE
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c
197
ptrA->
workScanRegionE
= bts_Int16Rect_create( 0, 0, ptrA->currentWidthE, ptrA->currentHeightE );
283
int32 ybL = ptrA->
workScanRegionE
.y1E >> 5;
284
int32 yoL = ptrA->
workScanRegionE
.y1E & 0x1F;
285
int32 xbL = ptrA->
workScanRegionE
.x1E;
286
uint32 wsrWidthL = ptrA->
workScanRegionE
.x2E - ptrA->
workScanRegionE
.x1E;
323
ptrA->
workScanRegionE
.x1E = ( xMinL < 0 ) ? 0 : xMinL;
324
ptrA->
workScanRegionE
.y1E = ( yMinL < 0 ) ? 0 : yMinL;
325
ptrA->
workScanRegionE
.x2E = ( xMaxL > ( int32 )ptrA->currentWidthE ) ? ptrA->currentWidthE : xMaxL;
326
ptrA->
workScanRegionE
.y2E = ( yMaxL > ( int32 )ptrA->currentHeightE ) ? ptrA->currentHeightE : yMaxL
[
all
...]
LocalScanner.h
106
struct bts_Int16Rect
workScanRegionE
;
Completed in 36 milliseconds