Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/shadow/
H A Dshadow.c84 unsigned int format, unsigned long planeMask, char *pdstLine) in shadowGetImage() argument
94 pScreen->GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine); in shadowGetImage()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgcops.h90 char *pdstLine);
H A Ddmxgcops.c585 unsigned int format, unsigned long planeMask, char *pdstLine) in dmxGetImage() argument
624 memmove(pdstLine, img->data, len); in dmxGetImage()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c146 unsigned int format, unsigned long planemask, char *pdstLine) in compGetImage() argument
154 (*pScreen->GetImage) (pDrawable, sx, sy, w, h, format, planemask, pdstLine); in compGetImage()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c195 unsigned long planemask, char *pdstLine);
384 unsigned int format, unsigned long planemask, char *pdstLine) in miSpriteGetImage() argument
407 (*pScreen->GetImage) (pDrawable, sx, sy, w, h, format, planemask, pdstLine); in miSpriteGetImage()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c162 unsigned int format, unsigned long planeMask, char *pdstLine) in RootlessGetImage() argument
208 pScreen->GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine); in RootlessGetImage()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h160 unsigned long planemask, char *pdstLine);
H A Dxf86VGAarbiter.c290 unsigned int format, unsigned long planemask, char *pdstLine) in VGAarbiterGetImage() argument
296 (*pScreen->GetImage) (pDrawable, sx, sy, w, h, format, planemask, pdstLine); in VGAarbiterGetImage()