Home | History | Annotate | Download | only in giflib

Lines Matching refs:RasterBits

226         Image->RasterBits[i] = Translation[Image->RasterBits[i]];
323 if (sp->RasterBits)
324 free((char *)sp->RasterBits);
380 sp->RasterBits = (unsigned char *)malloc(sizeof(GifPixelType) *
383 if (sp->RasterBits == NULL) {
387 memcpy(sp->RasterBits, CopyFrom->RasterBits,
435 if (sp->RasterBits)
436 free((char *)sp->RasterBits);