Searched refs:pdstLine (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/miext/shadow/ |
| H A D | shadow.c | 84 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 D | dmxgcops.h | 90 char *pdstLine);
|
| H A D | dmxgcops.c | 585 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 D | compinit.c | 146 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 D | misprite.c | 195 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 D | rootlessScreen.c | 162 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 D | xf86VGAarbiterPriv.h | 160 unsigned long planemask, char *pdstLine);
|
| H A D | xf86VGAarbiter.c | 290 unsigned int format, unsigned long planemask, char *pdstLine) in VGAarbiterGetImage() argument 296 (*pScreen->GetImage) (pDrawable, sx, sy, w, h, format, planemask, pdstLine); in VGAarbiterGetImage()
|