Searched refs:rowp (Results 1 – 3 of 3) sorted by relevance
167 gs->rowp = gs->rowbuf; in output_row()251 unsigned char *rowp = gs->rowp; in do_lzw() local255 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()
98 unsigned char *rowp; /* Current output pointer */ member129 rowbuf = rowend = rowp = 0; in GIFFrameReader()
1924 Uint8 *rowp = (Uint8 *)this->screen->pixels; in FB_VideoQuit() local1926 while ( left-- ) { *rowp++ = 0; } in FB_VideoQuit()