Searched defs:xNibble (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c995 static int updateLine16to4(_THIS, PIXEL *srcPointer, unsigned char *destPointer, int width, int height, int lines, int yNibble, int xNibble) argument
1045 if( xNibble )
1065 if( (width & 1) && !xNibble )
1080 int xNibble, yNibble; local
1094 xNibble = rects[i].x & 1;
1102 linesProcessed = updateLine16to4(this, (PIXEL*) srcPointer, destPointer, rects[i].w, rects[i].h, height, yNibble, xNibble);

Completed in 39 milliseconds