HomeSort by relevance Sort by last modified time
    Searched refs:rowp (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 167 gs->rowp = gs->rowbuf;
251 unsigned char *rowp = gs->rowp; local
255 if (rowp == rowend)
263 rowp = frame_reader->rowp; \
300 *rowp++ = suffix[code];
301 if (rowp == rowend)
354 *rowp++ = *--stackp;
355 if (rowp == rowend)
    [all...]
GIFImageReader.h 98 unsigned char *rowp; /* Current output pointer */ member in struct:GIFFrameReader
129 rowbuf = rowend = rowp = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 1924 Uint8 *rowp = (Uint8 *)this->screen->pixels; local
    [all...]

Completed in 50 milliseconds