Lines Matching defs:width
58 put_image(__DRIdrawable *dPriv, void *data, unsigned width, unsigned height)
64 0, 0, width, height,
70 unsigned width, unsigned height, unsigned stride)
76 x, y, width, height, stride,
83 unsigned width, unsigned height, unsigned stride)
91 x, y, width, height, stride,
95 x, y, width, height, stride,
100 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data)
106 x, y, width, height,
111 get_image2(__DRIdrawable *dPriv, int x, int y, int width, int height, int stride, void *data)
121 x, y, width, height, stride,
126 get_image_shm(__DRIdrawable *dPriv, int x, int y, int width, int height,
142 return loader->getImageShm2(dPriv, x, y, width, height, whandle.handle, dPriv->loaderPrivate);
144 loader->getImageShm(dPriv, x, y, width, height, whandle.handle, dPriv->loaderPrivate);
159 int x, int y, unsigned width, unsigned height, unsigned stride,
171 void *data, unsigned width, unsigned height)
175 put_image(dPriv, data, width, height);
180 void *data, int x, int y, unsigned width, unsigned height,
185 put_image2(dPriv, data, x, y, width, height, stride);
192 int x, int y, unsigned width, unsigned height,
197 put_image_shm(dPriv, shmid, shmaddr, offset, offset_x, x, y, width, height, stride);
352 unsigned width, height;
356 width = drawable->dPriv->w;
359 resized = (drawable->old_w != width ||
372 templ.width0 = width;
423 drawable->old_w = width;