Searched refs:CopyContents (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.h100 void CopyContents(BRegion* region,
H A DViewLayer.cpp446 fWindow->CopyContents(&copyRegion, x, y);
594 fWindow->CopyContents(&copyRegion, -x, -y);
H A DWindowLayer.cpp469 // CopyContents
471 WindowLayer::CopyContents(BRegion* region, int32 xOffset, int32 yOffset) function in class:WindowLayer
/haiku/src/servers/app/
H A DWindow.h187 void CopyContents(BRegion* region,
H A DView.cpp648 fWindow->CopyContents(region, x, y);
807 fWindow->CopyContents(copyRegion, -x, -y);
888 fWindow->CopyContents(copyRegion, xOffset, yOffset);
H A DWindow.cpp463 Window::CopyContents(BRegion* region, int32 xOffset, int32 yOffset) function in class:Window

Completed in 41 milliseconds