Home | History | Annotate | Download | only in mi

Lines Matching refs:GetImage

75     GetImageProcPtr			GetImage;
336 pScreenPriv->GetImage = pScreen->GetImage;
364 pScreen->GetImage = miSpriteGetImage;
390 pScreen->GetImage = pScreenPriv->GetImage;
413 SCREEN_PROLOGUE (pPriv, pScreen, GetImage);
426 SPRITE_DEBUG (("GetImage remove\n"));
433 (*pScreen->GetImage) (pDrawable, sx, sy, w, h,
436 SCREEN_EPILOGUE (pPriv, pScreen, GetImage);