Lines Matching defs:width
325 bp_reply->width,
366 bp_reply->width,
418 int width;
452 width = bps_reply->width;
472 width = bp_reply->width;
477 cdraw->base.dPriv->w = width;
492 unsigned width, height;
504 width = drawable->dPriv->w;
507 resized = (drawable->old_w != width ||
559 drawable->textures[i]->width0 = width;
574 drawable->old_w = width;
579 templ.width0 = width;
762 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data)
768 x, y, width, height,
773 get_image_shm(__DRIdrawable *dPriv, int x, int y, int width, int height,
789 return loader->getImageShm2(dPriv, x, y, width, height, whandle.handle, dPriv->loaderPrivate);
791 loader->getImageShm(dPriv, x, y, width, height, whandle.handle, dPriv->loaderPrivate);