OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:origScanRegionE
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.h
103
struct bts_Int16Rect
origScanRegionE
;
LocalScanner.c
319
int32 xMinL = ptrA->
origScanRegionE
.x1E >> ptrA->scaleExpE;
320
int32 yMinL = ptrA->
origScanRegionE
.y1E >> ptrA->scaleExpE;
321
int32 xMaxL = ptrA->
origScanRegionE
.x2E >> ptrA->scaleExpE;
322
int32 yMaxL = ptrA->
origScanRegionE
.y2E >> ptrA->scaleExpE;
359
bts_Int16Rect_init( cpA, &ptrA->
origScanRegionE
);
393
bts_Int16Rect_exit( cpA, &ptrA->
origScanRegionE
);
528
ptrA->
origScanRegionE
= *scanRegionPtrA;
661
ptrA->
origScanRegionE
= bts_Int16Rect_create( 0, 0, imageWidthA, imageHeightA );
Completed in 45 milliseconds