Searched refs:desty (Results 1 – 5 of 5) sorted by relevance
/haiku/src/tests/apps/miniterminal/ |
H A D | ViewBuffer.cpp | 256 ViewBuffer::Blit(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty) in Blit() argument 261 int32 yOffset = desty - srcy; in Blit() 309 desty *= CHAR_HEIGHT; in Blit() 310 BRect dest(destx, desty, destx + width, desty + height); in Blit()
|
H A D | ViewBuffer.h | 31 void Blit(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty);
|
/haiku/src/add-ons/kernel/console/vga_text/ |
H A D | vga_text.c | 119 blit(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty) in blit() argument 123 memmove(sOrigin + (desty * COLUMNS), sOrigin + (srcy * COLUMNS), height * COLUMNS * 2); in blit()
|
/haiku/headers/private/kernel/ |
H A D | console.h | 25 void (*blit)(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty);
|
/haiku/src/system/kernel/debug/ |
H A D | frame_buffer_console.cpp | 300 int32 desty) in console_blit() argument 307 desty *= sConsole.font->glyphHeight; in console_blit() 322 memmove((void*)(sConsole.frame_buffer + (desty + y) in console_blit()
|