Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
DSDL_gapivideo.c945 …srcPointer, unsigned char *destPointer, int width, int height, int lines, int yNibble, int xNibble) in updateLine16to4() argument
995 if( xNibble ) in updateLine16to4()
1015 if( (width & 1) && !xNibble ) in updateLine16to4()
1030 int xNibble, yNibble; in GAPI_UpdateRectsMono() local
1044 xNibble = rects[i].x & 1; in GAPI_UpdateRectsMono()
1052 …ine16to4(this, (PIXEL*) srcPointer, destPointer, rects[i].w, rects[i].h, height, yNibble, xNibble); in GAPI_UpdateRectsMono()