Home | History | Annotate | Download | only in util

Lines Matching refs:height

55        dst->height != src->height)
86 dst->height = src->height;
111 fb->width = fb->height = 0;
117 * minimum width and height of all bound surfaces.
122 unsigned *height)
130 h = MIN2(h, fb->cbufs[i]->height);
135 h = MIN2(h, fb->zsbuf->height);
140 *height = 0;
145 *height = h;