OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srcPixelPtrL
(Results
1 - 4
of
4
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
APhImage.c
324
struct bbs_APh*
srcPixelPtrL
;
367
srcPixelPtrL
= srcPtrA->arrE.arrPtrE;
372
*dstPixelPtrL++ = *
srcPixelPtrL
;
377
*dstPixelPtrL++ = *
srcPixelPtrL
++;
379
srcPixelPtrL
--;
383
*dstPixelPtrL++ = *
srcPixelPtrL
;
390
srcPixelPtrL
= srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E;
395
*dstPixelPtrL++ = *
srcPixelPtrL
;
400
*dstPixelPtrL++ = *
srcPixelPtrL
++;
402
srcPixelPtrL
--
[
all
...]
ComplexImage.c
348
struct bbs_Complex*
srcPixelPtrL
;
391
srcPixelPtrL
= srcPtrA->arrE.arrPtrE;
396
*dstPixelPtrL++ = *
srcPixelPtrL
;
401
*dstPixelPtrL++ = *
srcPixelPtrL
++;
403
srcPixelPtrL
--;
407
*dstPixelPtrL++ = *
srcPixelPtrL
;
414
srcPixelPtrL
= srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E;
419
*dstPixelPtrL++ = *
srcPixelPtrL
;
424
*dstPixelPtrL++ = *
srcPixelPtrL
++;
426
srcPixelPtrL
--
[
all
...]
Flt16Image.c
357
int16*
srcPixelPtrL
;
401
srcPixelPtrL
= srcPtrA->arrE.arrPtrE;
406
*dstPixelPtrL++ = *
srcPixelPtrL
;
411
*dstPixelPtrL++ = *
srcPixelPtrL
++;
413
srcPixelPtrL
--;
417
*dstPixelPtrL++ = *
srcPixelPtrL
;
424
srcPixelPtrL
= srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E;
429
*dstPixelPtrL++ = *
srcPixelPtrL
;
434
*dstPixelPtrL++ = *
srcPixelPtrL
++;
436
srcPixelPtrL
--
[
all
...]
UInt8Image.c
356
uint8*
srcPixelPtrL
;
399
srcPixelPtrL
= srcPtrA->arrE.arrPtrE;
404
*dstPixelPtrL++ = *
srcPixelPtrL
;
409
*dstPixelPtrL++ = *
srcPixelPtrL
++;
411
srcPixelPtrL
--;
415
*dstPixelPtrL++ = *
srcPixelPtrL
;
422
srcPixelPtrL
= srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E;
427
*dstPixelPtrL++ = *
srcPixelPtrL
;
432
*dstPixelPtrL++ = *
srcPixelPtrL
++;
434
srcPixelPtrL
--
[
all
...]
Completed in 32 milliseconds