Lines Matching defs:width
83 FillBitmap(struct glx_context * gc, GLint width, GLint height,
101 groupsPerRow = width;
114 elementsPerRow = width * components;
164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height,
182 FillBitmap(gc, width, height, format, userdata, newimage);
190 groupsPerRow = width;
213 elementsPerRow = width * components;
271 EmptyBitmap(struct glx_context * gc, GLint width, GLint height,
292 groupsPerRow = width;
300 sourceRowSize = (width * components + 7) >> 3;
313 elementsPerRow = width * components;
391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height,
408 EmptyBitmap(gc, width, height, format, sourceImage, userdata);
416 groupsPerRow = width;
431 sourceRowSize = width * groupSize;
439 elementsPerRow = width * components;