Lines Matching defs:srf
56 struct xa_surface *srf;
95 struct xa_surface *srf = NULL;
154 srf = xa_surface_create(ms->xat, pDraw->width, pDraw->height,
157 if (!srf)
171 srf = xa_surface_create(ms->xat, pDraw->width, pDraw->height,
175 srf = xa_surface_create(ms->xat, pDraw->width, pDraw->height,
179 if (!srf)
192 if (!srf) {
199 srf = vpix->hw;
212 private->srf = srf;
213 if (_xa_surface_handle(srf, &buffer->name, &buffer->pitch) != 0)
216 buffer->cpp = xa_format_depth(xa_surface_format(srf)) / 8;
229 struct xa_surface *srf = private->srf;
233 if (--private->refcount == 0 && srf) {
234 xa_surface_destroy(srf);
247 private->srf = NULL;