Lines Matching refs:GetImage
141 if(!infoRec->GetImage)
142 infoRec->GetImage = XAAGetImage;
152 pScreenPriv->GetImage = pScreen->GetImage;
153 pScreen->GetImage = infoRec->GetImage;
222 pScreen->GetImage = pScreenPriv->GetImage;
268 XAA_SCREEN_PROLOGUE (pScreen, GetImage);
269 (*pScreen->GetImage) (pDraw, sx, sy, w, h, format, planemask, pdstLine);
270 XAA_SCREEN_EPILOGUE (pScreen, GetImage, XAAGetImage);