Home
last modified time | relevance | path

Searched refs:CapturedPixel (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.5/build/libraries/ext/common/src/
Dext_scrntest.c21 typedef u16 CapturedPixel; typedef
49 static CapturedPixel *getCapturedPixel_(u16 x, u16 y);
50 static CapturedPixel *getCapturedBufferBase_();
51 static u8 getCapturedPixR_(const CapturedPixel * pPix);
52 static u8 getCapturedPixG_(const CapturedPixel * pPix);
53 static u8 getCapturedPixB_(const CapturedPixel * pPix);
54 static BOOL getCapturedPixAlpha_(const CapturedPixel * pPix);
406 const CapturedPixel *pPx = NULL; in calcScreenShotCheckSum_()
431 static CapturedPixel *getCapturedPixel_(u16 x, u16 y) in getCapturedPixel_()
436 return (CapturedPixel *) (getCapturedBufferBase_()) + ((EXT_SCRN_W_ * y) + x); in getCapturedPixel_()
[all …]