Lines Matching refs:width
503 int width = aAttribute.width; in SnapShot() local
511 width = width + x; in SnapShot()
515 if (x > aRootAttribute.width) in SnapShot()
517 width = 0; in SnapShot()
518 x = aRootAttribute.width; in SnapShot()
521 if (x + width > aRootAttribute.width) in SnapShot()
523 width = aRootAttribute.width - x; in SnapShot()
544 if ((width > 0) && (height > 0)) in SnapShot()
547 x, y, width, height, AllPlanes, ZPixmap ); in SnapShot()
568 if (pImage != NULL && pImage->width != 0 && pImage->height != 0 && pImage->depth != 0) in ImplCreateFromXImage()
877 maPixmap = XCreatePixmap (pDisplay, hWindow, pImage->width, pImage->height, pImage->depth); in ImplSalDDB()
894 XPutImage (pDisplay, maPixmap, aGC, pImage, 0, 0, 0, 0, pImage->width, pImage->height); in ImplSalDDB()
901 maTwoRect.mnSrcWidth = pImage->width; in ImplSalDDB()
902 maTwoRect.mnDestWidth = pImage->width; in ImplSalDDB()