Home
last modified time | relevance | path

Searched refs:addDirtyRect (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/games/scummvm/scummvm-2.5.1/engines/petka/
H A Dvideo.cpp81 void VideoSystem::addDirtyRect(const Common::Rect &rect) { in addDirtyRect() function in Petka::VideoSystem
83 Graphics::Screen::addDirtyRect(rect); in addDirtyRect()
87 void VideoSystem::addDirtyRect(Common::Point pos, Common::Rect rect) { in addDirtyRect() function in Petka::VideoSystem
89 addDirtyRect(rect); in addDirtyRect()
92 void VideoSystem::addDirtyRect(Common::Point pos, FlicDecoder &flc) { in addDirtyRect() function in Petka::VideoSystem
94 addDirtyRect(pos, flc.getBounds()); in addDirtyRect()
99 addDirtyRect(pos, rect); in addDirtyMskRects()
H A Dvideo.h41 void addDirtyRect(const Common::Rect &rect) override;
42 void addDirtyRect(Common::Point pos, Common::Rect rect);
43 void addDirtyRect(Common::Point pos, FlicDecoder &flc);
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dmanaged_surface.h74 virtual void addDirtyRect(const Common::Rect &r);
320 addDirtyRect(Common::Rect(x0, y0, x1, y1)); in drawLine()
328 addDirtyRect(Common::Rect(x0, y0, x1 + penX, y1 + penY)); in drawThickLine()
336 addDirtyRect(Common::Rect(x, y, x2 + 1, y + 1)); in hLine()
344 addDirtyRect(Common::Rect(x, y, x + 1, y2 + 1)); in vLine()
352 addDirtyRect(r); in fillRect()
360 addDirtyRect(r); in frameRect()
368 addDirtyRect(area); in getSubArea()
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dmanaged_surface.h74 virtual void addDirtyRect(const Common::Rect &r);
321 addDirtyRect(Common::Rect(MIN(x0, x1), MIN(y0, y1), MAX(x0, x1), MAX(y0, y1))); in drawLine()
329addDirtyRect(Common::Rect(MIN(x0, x1 + penX), MIN(y0, y1 + penY), MAX(x0, x1 + penX), MAX(y0, y1 +… in drawThickLine()
337 addDirtyRect(Common::Rect(x, y, x2 + 1, y + 1)); in hLine()
345 addDirtyRect(Common::Rect(x, y, x + 1, y2 + 1)); in vLine()
353 addDirtyRect(r); in fillRect()
361 addDirtyRect(r); in frameRect()
369 addDirtyRect(area); in getSubArea()
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dmanaged_surface.h286 virtual void addDirtyRect(const Common::Rect &r);
551 addDirtyRect(Common::Rect(MIN(x0, x1), MIN(y0, y1), MAX(x0, x1), MAX(y0, y1))); in drawLine()
559addDirtyRect(Common::Rect(MIN(x0, x1 + penX), MIN(y0, y1 + penY), MAX(x0, x1 + penX), MAX(y0, y1 +… in drawThickLine()
567 addDirtyRect(Common::Rect(x, y, x2 + 1, y + 1)); in hLine()
575 addDirtyRect(Common::Rect(x, y, x + 1, y2 + 1)); in vLine()
583 addDirtyRect(r); in fillRect()
591 addDirtyRect(r); in frameRect()
599 addDirtyRect(area); in getSubArea()
/dports/games/scummvm/scummvm-2.5.1/engines/petka/interfaces/
H A Dpanel.cpp239 g_vm->videoSystem()->addDirtyRect(_objectPoints[pointIndex], *flc); in onMouseMove()
251 g_vm->videoSystem()->addDirtyRect(_objectPoints[kSpeechVolumeSliderIndex - 1], *flc); in updateSliders()
255 g_vm->videoSystem()->addDirtyRect(_objectPoints[kMusicVolumeSliderIndex - 1], *flc); in updateSliders()
259 g_vm->videoSystem()->addDirtyRect(_objectPoints[kSfxVolumeSliderIndex - 1], *flc); in updateSliders()
263 g_vm->videoSystem()->addDirtyRect(_objectPoints[kSpeedSliderIndex - 1], *flc); in updateSliders()
270 g_vm->videoSystem()->addDirtyRect(_objectPoints[kSubtitleButtonIndex - 1], *flc); in updateSubtitles()
274 g_vm->videoSystem()->addDirtyRect(_objectPoints[kSubtitleLabelIndex - 1], *flc); in updateSubtitles()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/3do/
H A Dscalpel_3do_screen.cpp56addDirtyRect(Common::Rect(destRect.left * 2, destRect.top * 2, destRect.right * 2, destRect.bottom… in SHblitFrom()
94 addDirtyRect(Common::Rect(destPt.x * 2, destPt.y * 2, (destPt.x + drawRect.width()) * 2, in transBlitFromUnscaled()
225 addDirtyRect(Common::Rect(0, 0, screenWidth * 2, screenHeight * 2)); in fadeIntoScreen3DO()
227 addDirtyRect(Common::Rect(0, 0, screenWidth, screenHeight)); in fadeIntoScreen3DO()
285 addDirtyRect(Common::Rect(0, 0, screenWidth * 2, screenHeight * 2)); in blitFrom3DOcolorLimit()
287 addDirtyRect(Common::Rect(0, 0, screenWidth, screenHeight)); in blitFrom3DOcolorLimit()
302 addDirtyRect(destRect); in rawBlitFrom()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/3do/
H A Dscalpel_3do_screen.cpp56addDirtyRect(Common::Rect(destRect.left * 2, destRect.top * 2, destRect.right * 2, destRect.bottom… in SHblitFrom()
94 addDirtyRect(Common::Rect(destPt.x * 2, destPt.y * 2, (destPt.x + drawRect.width()) * 2, in transBlitFromUnscaled()
225 addDirtyRect(Common::Rect(0, 0, screenWidth * 2, screenHeight * 2)); in fadeIntoScreen3DO()
227 addDirtyRect(Common::Rect(0, 0, screenWidth, screenHeight)); in fadeIntoScreen3DO()
285 addDirtyRect(Common::Rect(0, 0, screenWidth * 2, screenHeight * 2)); in blitFrom3DOcolorLimit()
287 addDirtyRect(Common::Rect(0, 0, screenWidth, screenHeight)); in blitFrom3DOcolorLimit()
302 addDirtyRect(destRect); in rawBlitFrom()
/dports/games/scummvm/scummvm-2.5.1/engines/petka/objects/
H A Dobject_cursor.cpp82 g_vm->videoSystem()->addDirtyRect(Common::Point(_x, _y), flc->getBounds()); in update()
95 g_vm->videoSystem()->addDirtyRect(Common::Point(_x, _y), flc->getBounds()); in setPos()
106 g_vm->videoSystem()->addDirtyRect(Common::Point(_x, _y), flc->getBounds()); in setPos()
111 g_vm->videoSystem()->addDirtyRect(Common::Point(_x, _y), flc->getBounds()); in show()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pink/objects/actions/
H A Daction_cel.cpp98 _actor->getPage()->getGame()->getDirector()->addDirtyRect(_bounds); in setFrame()
107 _actor->getPage()->getGame()->getDirector()->addDirtyRect(_bounds); in setCenter()
109 _actor->getPage()->getGame()->getDirector()->addDirtyRect(_bounds); in setCenter()
/dports/games/scummvm/scummvm-2.5.1/engines/pink/objects/actions/
H A Daction_cel.cpp98 _actor->getPage()->getGame()->getDirector()->addDirtyRect(_bounds); in setFrame()
107 _actor->getPage()->getGame()->getDirector()->addDirtyRect(_bounds); in setCenter()
109 _actor->getPage()->getGame()->getDirector()->addDirtyRect(_bounds); in setCenter()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/
H A Dscreen.h44 virtual void addDirtyRect(const Common::Rect &r) { in addDirtyRect() function
45 Graphics::Screen::addDirtyRect(r); in addDirtyRect()
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/
H A Dscreen.h44 void addDirtyRect(const Common::Rect &r) override { in addDirtyRect() function
45 Graphics::Screen::addDirtyRect(r); in addDirtyRect()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dxsurface.h35 virtual void addDirtyRect(const Common::Rect &r) { in addDirtyRect() function
36 Graphics::ManagedSurface::addDirtyRect(r); in addDirtyRect()
H A Dscreen.h67 virtual void addDirtyRect(const Common::Rect &r) { Graphics::Screen::addDirtyRect(r); } in addDirtyRect() function
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dxsurface.h35 void addDirtyRect(const Common::Rect &r) override { in addDirtyRect() function
36 Graphics::ManagedSurface::addDirtyRect(r); in addDirtyRect()
H A Dscreen.h67 void addDirtyRect(const Common::Rect &r) override { Graphics::Screen::addDirtyRect(r); } in addDirtyRect() function
/dports/games/scummvm/scummvm-2.5.1/engines/director/
H A Devents.cpp122 g_director->getCurrentWindow()->addDirtyRect(sc->_channels[_currentHiliteChannelId]->getBbox()); in processEvent()
136 g_director->getCurrentWindow()->addDirtyRect(sc->_channels[_currentHiliteChannelId]->getBbox()); in processEvent()
175 g_director->getCurrentWindow()->addDirtyRect(sc->_channels[_currentHiliteChannelId]->getBbox()); in processEvent()
209 g_director->getCurrentWindow()->addDirtyRect(sc->_channels[_currentHiliteChannelId]->getBbox()); in processEvent()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/access/
H A Dscreen.cpp261 addDirtyRect(destBounds); in copyBlock()
266 addDirtyRect(_savedBounds); in restoreBlock()
271 addDirtyRect(Common::Rect(_orgX1, _orgY1, _orgX2, _orgY2)); in drawRect()
276 addDirtyRect(Common::Rect(_orgX1, _orgY1, _orgX2, _orgY2)); in drawBox()
281 addDirtyRect(Common::Rect(0, 0, src->w, src->h)); in copyBuffer()
/dports/games/scummvm/scummvm-2.5.1/engines/access/
H A Dscreen.cpp262 addDirtyRect(destBounds); in copyBlock()
267 addDirtyRect(_savedBounds); in restoreBlock()
272 addDirtyRect(Common::Rect(_orgX1, _orgY1, _orgX2, _orgY2)); in drawRect()
277 addDirtyRect(Common::Rect(_orgX1, _orgY1, _orgX2, _orgY2)); in drawBox()
282 addDirtyRect(Common::Rect(0, 0, src->w, src->h)); in copyBuffer()
/dports/games/freesynd/freesynd-0.7.5/src/menus/
H A Dconfmenu.h56 void redrawLogo() { addDirtyRect(28, 22, 150, 110); } in redrawLogo()
57 void redrawPanel() { addDirtyRect(278, 20, 340 , 135); } in redrawPanel()
/dports/games/scummvm/scummvm-2.5.1/engines/hopkins/
H A Ddialogs.cpp335 _vm->_graphicsMan->addDirtyRect(scrollOffset + 164, 107, scrollOffset + 498, 320); in showOptionsDialog()
490 _vm->_graphicsMan->addDirtyRect(_inventX, 114, _inventX + _inventWidth, _inventWidth + 114); in showInventory()
523 _vm->_graphicsMan->addDirtyRect(_oldInventX, 27, _oldInventX + 48, 65); in inventAnim()
533 _vm->_graphicsMan->addDirtyRect(_oldInventX, 27, _oldInventX + 48, 65); in inventAnim()
536 _vm->_graphicsMan->addDirtyRect(newOffset, 27, newOffset + 45, 62); in inventAnim()
545 _vm->_graphicsMan->addDirtyRect(532, 25, 560, 60); in inventAnim()
546 _vm->_graphicsMan->addDirtyRect(566, 25, 594, 60); in inventAnim()
550 _vm->_graphicsMan->addDirtyRect(532, 25, 560, 60); in inventAnim()
555 _vm->_graphicsMan->addDirtyRect(532, 25, 560, 60); in inventAnim()
615 _vm->_graphicsMan->addDirtyRect(startPosX, 60, startPosX + 274, 413); in showLoadGame()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hopkins/
H A Ddialogs.cpp329 _vm->_graphicsMan->addDirtyRect(scrollOffset + 164, 107, scrollOffset + 498, 320); in showOptionsDialog()
482 _vm->_graphicsMan->addDirtyRect(_inventX, 114, _inventX + _inventWidth, _inventWidth + 114); in showInventory()
515 _vm->_graphicsMan->addDirtyRect(_oldInventX, 27, _oldInventX + 48, 65); in inventAnim()
525 _vm->_graphicsMan->addDirtyRect(_oldInventX, 27, _oldInventX + 48, 65); in inventAnim()
528 _vm->_graphicsMan->addDirtyRect(newOffset, 27, newOffset + 45, 62); in inventAnim()
537 _vm->_graphicsMan->addDirtyRect(532, 25, 560, 60); in inventAnim()
538 _vm->_graphicsMan->addDirtyRect(566, 25, 594, 60); in inventAnim()
542 _vm->_graphicsMan->addDirtyRect(532, 25, 560, 60); in inventAnim()
547 _vm->_graphicsMan->addDirtyRect(532, 25, 560, 60); in inventAnim()
607 _vm->_graphicsMan->addDirtyRect(startPosX, 60, startPosX + 274, 413); in showLoadGame()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/gfx/osystem/
H A Dbase_render_osystem.cpp169 addDirtyRect(_renderRect); in flip()
317 addDirtyRect(renderTicket->_dstRect); in invalidateTicket()
340 addDirtyRect(renderTicket->_dstRect); in drawFromTicket()
346 addDirtyRect(renderTicket->_dstRect); in drawFromTicket()
367 void BaseRenderOSystem::addDirtyRect(const Common::Rect &rect) { in addDirtyRect() function in Wintermute::BaseRenderOSystem
385 addDirtyRect((*it)->_dstRect); in drawTickets()
445 addDirtyRect((*it)->_dstRect); in drawTickets()
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/gfx/osystem/
H A Dbase_render_osystem.cpp175 addDirtyRect(_renderRect); in flip()
336 addDirtyRect(renderTicket->_dstRect); in invalidateTicket()
359 addDirtyRect(renderTicket->_dstRect); in drawFromTicket()
365 addDirtyRect(renderTicket->_dstRect); in drawFromTicket()
386 void BaseRenderOSystem::addDirtyRect(const Common::Rect &rect) { in addDirtyRect() function in Wintermute::BaseRenderOSystem
404 addDirtyRect((*it)->_dstRect); in drawTickets()
464 addDirtyRect((*it)->_dstRect); in drawTickets()

12345678910