Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dzbuffer.cpp66 bool ZBufferDirtyRects::popRect(Common::Rect *rect) { in popRect() function in BladeRunner::ZBufferDirtyRects
208 while (_dirtyRects->popRect(&rect)) { in clean()
H A Dzbuffer.h47 bool popRect(Common::Rect *rect);
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dzbuffer.cpp66 bool ZBufferDirtyRects::popRect(Common::Rect *rect) { in popRect() function in BladeRunner::ZBufferDirtyRects
208 while (_dirtyRects->popRect(&rect)) { in clean()
H A Dzbuffer.h47 bool popRect(Common::Rect *rect);
/dports/graphics/heimer/Heimer-3.0.0/src/
H A Dlayout_optimizer.cpp272 change.sourceCell->popRect(); in undoChange()
273 change.targetCell->popRect(); in undoChange()
335 inline void popRect() in popRect() function