Searched refs:srcx (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/kernel/
H A Dconsole.h25 void (*blit)(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty);
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp256 ViewBuffer::Blit(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty) argument
260 int32 xOffset = destx - srcx;
266 uint16* src = fGlyphGrid + srcy * fColumns + srcx;
304 srcx *= CHAR_WIDTH;
306 BRect source(srcx, srcy, srcx + width, srcy + height);
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) argument
121 if ((srcx == 0) && (width == COLUMNS)) {
/haiku/src/system/kernel/debug/
H A Dframe_buffer_console.cpp300 console_blit(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, argument
312 srcx *= sConsole.font->glyphWidth * sConsole.bytes_per_pixel;
317 srcx = srcx * sConsole.font->glyphWidth / 8;
326 + srcx), width);

Completed in 94 milliseconds