Lines Matching defs:height
326 bp_reply->height,
367 bp_reply->height,
419 int height;
453 height = bps_reply->height;
473 height = bp_reply->height;
478 cdraw->base.dPriv->h = height;
492 unsigned width, height;
505 height = drawable->dPriv->h;
508 drawable->old_h != height);
560 drawable->textures[i]->height0 = height;
575 drawable->old_h = height;
580 templ.height0 = height;
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);