Lines Matching defs:height
83 FillBitmap(struct glx_context * gc, GLint width, GLint height,
115 for (i = 0; i < height; i++) {
164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height,
182 FillBitmap(gc, width, height, format, userdata, newimage);
196 rowsPerImage = height;
219 for (i = 0; i < height; i++) {
239 elementsPerRow * elementSize * height);
240 iter2 += elementsPerRow * elementSize * height;
244 for (i = 0; i < height; i++) {
271 EmptyBitmap(struct glx_context * gc, GLint width, GLint height,
314 for (i = 0; i < height; i++) {
391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height,
408 EmptyBitmap(gc, width, height, format, sourceImage, userdata);
422 rowsPerImage = height;
446 elementsPerRow * elementSize * height);
447 sourceImage += elementsPerRow * elementSize * height;
451 for (i = 0; i < height; i++) {