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

  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 166 gs->rowp = gs->rowbuf;
250 unsigned char *rowp = gs->rowp; local
254 if (rowp == rowend)
262 rowp = frame_reader->rowp; \
297 *rowp++ = suffix[code];
298 if (rowp == rowend)
351 *rowp++ = *--stackp;
352 if (rowp == rowend)
    [all...]
GIFImageReader.h 100 unsigned char *rowp; /* Current output pointer */ member in struct:GIFFrameReader
131 rowbuf = rowend = rowp = 0;
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 1643 Uint8 *rowp = (Uint8 *)this->screen->pixels; local
    [all...]

Completed in 2038 milliseconds