Lines Matching defs:height
54 dst->height = src->bottom - src->top;
64 dst->bottom = src->y + src->height;
81 fit_rect_format_inclusive(enum pipe_format format, RECT *rect, int width, int height)
98 rect->bottom = MIN2(rect->bottom, height);
106 if (dst->width <= 0 || dst->height <= 0) {
109 dst->height = MAX2(dst->height, 0);
120 if (dst->width >= 0 && dst->height >= 0)
123 if (dst->height < 0) dst->height = -dst->height;
135 dst->height = src->bottom - src->top;
143 if (dst->width <= 0 || dst->height <= 0) {
146 dst->height = MAX2(dst->height, 0);
174 dst->height = src->Bottom - src->Top;
817 unsigned height,
823 h = u_minify(height, level);
825 /* For "unknown" formats like ATIx use width * height bytes */
840 unsigned height,
847 h = u_minify(height, l);
850 /* For "unknown" formats like ATIx use width * height bytes */