Lines Matching refs:fbInternalSurface
29 fbInternalSurface = NULL;
48 if (fbInternalSurface)
50 DFBCHECK(fbInternalSurface->Release(fbInternalSurface));
51 fbInternalSurface = NULL;
74 if (fbInternalSurface)
81 DFBCHECK(fbInternalSurface->Lock(fbInternalSurface,
104 if (fbInternalSurface)
111 DFBCHECK(fbInternalSurface->Unlock(fbInternalSurface));
213 if (fbInternalSurface)
230 DFBCHECK(surface->StretchBlit(surface, fbInternalSurface,
235 DFBCHECK(surface->Blit(surface, fbInternalSurface, &blitRectangle,
259 if (fbInternalSurface)
262 fbInternalSurface->Release(fbInternalSurface);
263 fbInternalSurface = NULL;
371 DFBCHECK(dfb->CreateSurface(dfb, &dsc, &fbInternalSurface));