Lines Matching defs:height
69 GLuint *height,
139 *height = rb->Height;
270 *height = (*tex_image)->Height;
303 * Check that the x,y,z,width,height,region is within the texture image
312 int x, int y, int z, int width, int height, int depth,
319 if (width < 0 || height < 0 || depth < 0) {
361 if (y + height > surfHeight) {
666 * * height is not a multiple of four, and height + yoffset is not
699 * Note that we're passed the _source_ width, height, depth and those