Lines Matching defs:height
159 /** Get the height of the buffer object
162 * \return The height of the allocated buffer object
167 return bo->v0.height;
415 * according to the width, height, stride and format of the buffer object.
477 * \param height The height for the buffer
490 uint32_t width, uint32_t height,
493 if (width == 0 || height == 0) {
498 return gbm->v0.bo_create(gbm, width, height, format, flags, NULL, 0);
503 uint32_t width, uint32_t height,
522 return gbm_bo_create_with_modifiers2(gbm, width, height, format, modifiers,
528 uint32_t width, uint32_t height,
534 if (width == 0 || height == 0) {
549 return gbm->v0.bo_create(gbm, width, height, format, flags, modifiers, count);
603 * \param height The height of the mapped region for the buffer
617 uint32_t width, uint32_t height,
620 if (!bo || width == 0 || height == 0 || !stride || !map_data) {
625 return bo->gbm->v0.bo_map(bo, x, y, width, height,
649 * \param height The height for the surface
660 uint32_t width, uint32_t height,
663 return gbm->v0.surface_create(gbm, width, height, format, flags, NULL, 0);
668 uint32_t width, uint32_t height,
687 return gbm_surface_create_with_modifiers2(gbm, width, height, format,
694 uint32_t width, uint32_t height,
710 return gbm->v0.surface_create(gbm, width, height, format, flags,