Home
last modified time | relevance | path

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

/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp256 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 DViewBuffer.h31 void Blit(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty);
/haiku/src/add-ons/kernel/console/vga_text/
H A Dvga_text.c119 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 Dconsole.h25 void (*blit)(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty);
/haiku/src/system/kernel/debug/
H A Dframe_buffer_console.cpp300 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()