Lines Matching defs:height
36 info->src.box.height < 0 ||
37 info->dst.box.height < 0 ||
106 region.extent.height = info->dst.box.height;
187 region.srcOffsets[1].y = info->src.box.y + info->src.box.height;
223 region.dstOffsets[1].y = info->dst.box.y + info->dst.box.height;
365 info->dst.box.width, info->dst.box.height);
430 zink_blit_region_fills(struct u_rect region, unsigned width, unsigned height)
432 struct u_rect intersect = {0, width, 0, height};
446 intersect.x1 != width || intersect.y1 != height)