Lines Matching refs:CapturedPixel
21 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_()
449 static CapturedPixel *getCapturedBufferBase_() in getCapturedBufferBase_()
454 return (CapturedPixel *) HW_LCDC_VRAM_A; in getCapturedBufferBase_()
456 return (CapturedPixel *) HW_LCDC_VRAM_B; in getCapturedBufferBase_()
458 return (CapturedPixel *) HW_LCDC_VRAM_C; in getCapturedBufferBase_()
460 return (CapturedPixel *) HW_LCDC_VRAM_D; in getCapturedBufferBase_()
464 return (CapturedPixel *) NULL; // Dummy in getCapturedBufferBase_()
471 static u8 getCapturedPixR_(const CapturedPixel * pPix) in getCapturedPixR_()
477 static u8 getCapturedPixG_(const CapturedPixel * pPix) in getCapturedPixG_()
483 static u8 getCapturedPixB_(const CapturedPixel * pPix) in getCapturedPixB_()
489 static BOOL getCapturedPixAlpha_(const CapturedPixel * pPix) in getCapturedPixAlpha_()