Searched refs:surfHeight (Results 1 – 2 of 2) sorted by relevance
256 uint surfHeight = sp->framebuffer.height; in compute_cliprect() local270 sp->cliprect[i].maxy = MIN2(sp->scissors[i].maxy, surfHeight); in compute_cliprect()277 sp->cliprect[i].maxy = surfHeight; in compute_cliprect()
314 int surfWidth, surfHeight, surfDepth; in check_region_bounds() local349 surfHeight = renderbuffer->Height; in check_region_bounds()353 surfHeight = 1; in check_region_bounds()356 surfHeight = tex_image->Height; in check_region_bounds()359 if (y + height > surfHeight) { in check_region_bounds()