Home
last modified time | relevance | path

Searched refs:aRootAttribute (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx500 XWindowAttributes aRootAttribute; in SnapShot() local
501 XGetWindowAttributes (pDisplay, aAttribute.root, &aRootAttribute); in SnapShot()
515 if (x > aRootAttribute.width) in SnapShot()
518 x = aRootAttribute.width; in SnapShot()
521 if (x + width > aRootAttribute.width) in SnapShot()
523 width = aRootAttribute.width - x; in SnapShot()
533 if (y > aRootAttribute.height) in SnapShot()
536 y = aRootAttribute.height; in SnapShot()
539 if (y + height > aRootAttribute.height) in SnapShot()
541 height = aRootAttribute.height - y; in SnapShot()

Completed in 13 milliseconds