Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageReader.cpp167 gs->rowp = gs->rowbuf; in output_row()
251 unsigned char *rowp = gs->rowp; in do_lzw() local
255 if (rowp == rowend) in do_lzw()
263 rowp = frame_reader->rowp; \ in do_lzw()
300 *rowp++ = suffix[code]; in do_lzw()
301 if (rowp == rowend) in do_lzw()
354 *rowp++ = *--stackp; in do_lzw()
355 if (rowp == rowend) { in do_lzw()
374 gs->rowp = rowp; in do_lzw()
813 frame_reader->rowp = frame_reader->rowbuf; in read()
DGIFImageReader.h98 unsigned char *rowp; /* Current output pointer */ member
129 rowbuf = rowend = rowp = 0; in GIFFrameReader()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.c1924 Uint8 *rowp = (Uint8 *)this->screen->pixels; in FB_VideoQuit() local
1926 while ( left-- ) { *rowp++ = 0; } in FB_VideoQuit()