Searched refs:CopyRegion (Results 1 - 18 of 18) sorted by relevance

/haiku/src/tests/servers/app/newClipping/
H A DMyView.h19 void CopyRegion(BRegion *region, int32 xOffset, int32 yOffset);
H A DLayer.cpp448 GetRootLayer()->CopyRegion(&oldFullVisible, dx, dy);
477 GetRootLayer()->CopyRegion(&invalid, -dx, -dy);
H A DMyView.cpp201 void MyView::CopyRegion(BRegion *region, int32 xOffset, int32 yOffset) function in class:MyView
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.h31 void CopyRegion(BRegion *region, int32 xOffset, int32 yOffset);
H A DAccelerantHWInterface.h57 virtual void CopyRegion(const clipping_rect* sortedRectList,
H A DDrawingEngine.cpp212 DrawingEngine::CopyRegion(BRegion* region, int32 xOffset, int32 yOffset) function in class:DrawingEngine
302 fHWInterface->CopyRegion(sortedRectList, count, xOffset, yOffset);
H A DAccelerantHWInterface.cpp661 // CopyRegion
663 AccelerantHWInterface::CopyRegion(const clipping_rect* sortedRectList, function in class:AccelerantHWInterface
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.h66 virtual void CopyRegion(const clipping_rect* sortedRectList,
H A DDWindowHWInterface.cpp953 DWindowHWInterface::CopyRegion(const clipping_rect* sortedRectList, function in class:DWindowHWInterface
/haiku/src/servers/app/drawing/
H A DHWInterface.h125 virtual void CopyRegion(const clipping_rect* sortedRectList, function in class:HWInterface
H A DDrawingEngine.h97 virtual void CopyRegion(/*const*/ BRegion* region,
196 // software rendering backend invoked by CopyRegion() for the sorted
H A DDrawingEngine.cpp433 // CopyRegion() does a topological sort of the rects in the
551 DrawingEngine::CopyRegion(/*const*/ BRegion* region, int32 xOffset, function in class:DrawingEngine
665 fGraphicsCard->CopyRegion(sortedRectList, count, xOffset, yOffset);
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h70 virtual void CopyRegion(const clipping_rect* sortedRectList,
H A DAccelerantHWInterface.cpp1214 AccelerantHWInterface::CopyRegion(const clipping_rect* sortedRectList, function in class:AccelerantHWInterface
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp371 fDrawingEngine->CopyRegion(&copyRegion, x, y);
H A DWindowLayer.cpp495 fDrawingEngine->CopyRegion(region, xOffset, yOffset);
/haiku/src/servers/app/
H A DWindow.cpp507 fDrawingEngine->CopyRegion(copyRegion, xOffset, yOffset);
525 fDrawingEngine->CopyRegion(region, xOffset, yOffset);
H A DDesktop.cpp1518 GetDrawingEngine()->CopyRegion(&copyRegion, (int32)x, (int32)y);

Completed in 232 milliseconds