Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/asylum/system/
H A Dscreen.h188 …void blitTranstable (byte *dstBuffer, byte *srcBuffer, int16 height, int16 width, uint16 sr…
H A Dscreen.cpp759blitTranstable((byte *)_backBuffer.getPixels() + destination->top * _backBuffer.pitch + dest… in blit()
811 void Screen::blitTranstable(byte *dstBuffer, byte *srcBuffer, int16 height, int16 width, uint16 src… in blitTranstable() function in Asylum::Screen