Home | History | Annotate | Download | only in directfb

Lines Matching defs:surface

43   IDirectFBSurface      *surface;
61 /* take the one with a surface for video */
138 ret = layer->GetSurface (layer, &hwdata->surface);
169 /* Set up the YUV surface function structure */
213 IDirectFBSurface *surface = overlay->hwdata->surface;
215 ret = surface->Lock (surface, DSLF_READ | DSLF_WRITE, &data, &pitch);
246 IDirectFBSurface *surface = overlay->hwdata->surface;
250 surface->Unlock (surface);
281 if (hwdata->surface)
282 hwdata->surface->Release (hwdata->surface);