Lines Matching defs:height
217 const int height = dri2_surf->base.Height;
224 dri2_surf->swrast_device_buffer = malloc(height*dst_stride);
236 if (h > height - y)
237 h = height - y;
255 const int height = dri2_surf->base.Height;
274 if (h > height - y)
275 h = height - y;
2099 EGLint x, EGLint y, EGLint width, EGLint height)
2104 return dri2_dpy->vtbl->post_sub_buffer(disp, surf, x, y, width, height);
2532 "bad width, height or stride");
3222 buffer->height,
3231 buffer->height,
3346 *value = buffer->height;