Lines Matching defs:width
34 if (info->src.box.width < 0 ||
35 info->dst.box.width < 0 ||
105 region.extent.width = info->dst.box.width;
186 region.srcOffsets[1].x = info->src.box.x + info->src.box.width;
222 region.dstOffsets[1].x = info->dst.box.x + info->dst.box.width;
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)