Lines Matching refs:height
504 int height = aAttribute.height; in SnapShot() local
529 height = height + y; in SnapShot()
533 if (y > aRootAttribute.height) in SnapShot()
535 height = 0; in SnapShot()
536 y = aRootAttribute.height; in SnapShot()
539 if (y + height > aRootAttribute.height) in SnapShot()
541 height = aRootAttribute.height - y; 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()
903 maTwoRect.mnSrcHeight = pImage->height; in ImplSalDDB()
904 maTwoRect.mnDestHeight = pImage->height; in ImplSalDDB()