Searched refs:Blit (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.h31 void Blit(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty);
H A DConsole.cpp83 fOutput->Blit(0, fScrollTop + 1, fColumns, fY - fScrollTop, 0, fScrollTop);
100 fOutput->Blit(0, fY, fColumns, fScrollBottom - fY, 0, fY + 1);
H A DViewBuffer.cpp256 ViewBuffer::Blit(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty) function in class:ViewBuffer

Completed in 82 milliseconds