Searched refs:yNibble (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
1002 if( yNibble ) // copy bottom half of a line
1080 int xNibble, yNibble; local
1093 yNibble = rects[i].y & 1; // TODO: only for 4 bpp
1102 linesProcessed = updateLine16to4(this, (PIXEL*) srcPointer, destPointer, rects[i].w, rects[i].h, height, yNibble, xNibble);
1103 yNibble = 0;

Completed in 56 milliseconds