Home
last modified time | relevance | path

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

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