Searched refs:RasterBits (Results 1 – 9 of 9) sorted by relevance
/third_party/giflib/ |
D | gif_font.c | 171 Image->RasterBits[base] = color; in GifDrawText8x8() 186 Image->RasterBits[base + j] = in GifDrawBox() 187 Image->RasterBits[base + (d * Image->ImageDesc.Width) + j] = color; in GifDrawBox() 190 Image->RasterBits[base + j * Image->ImageDesc.Width] = in GifDrawBox() 191 Image->RasterBits[base + j * Image->ImageDesc.Width + w] = color; in GifDrawBox() 200 unsigned char *bp = Image->RasterBits + Image->ImageDesc.Width * y + x; in GifDrawRectangle()
|
D | gifalloc.c | 220 Image->RasterBits[i] = Translation[Image->RasterBits[i]]; in GifApplyTranslation() 308 if (sp->RasterBits != NULL) in FreeLastSavedImage() 309 free((char *)sp->RasterBits); in FreeLastSavedImage() 363 sp->RasterBits = (unsigned char *)reallocarray(NULL, in GifMakeSavedImage() 367 if (sp->RasterBits == NULL) { in GifMakeSavedImage() 371 memcpy(sp->RasterBits, CopyFrom->RasterBits, in GifMakeSavedImage() 411 if (sp->RasterBits != NULL) in GifFreeSavedImages() 412 free((char *)sp->RasterBits); in GifFreeSavedImages()
|
D | dgif_lib.c | 470 sp->RasterBits = (unsigned char *)NULL; in DGifGetImageDesc() 1158 sp->RasterBits = (unsigned char *)reallocarray(NULL, ImageSize, in DGifSlurp() 1161 if (sp->RasterBits == NULL) { in DGifSlurp() 1179 sp->RasterBits+j*sp->ImageDesc.Width, in DGifSlurp() 1185 if (DGifGetLine(GifFile,sp->RasterBits,ImageSize)==GIF_ERROR) in DGifSlurp()
|
D | egif_lib.c | 1109 if (sp->RasterBits == NULL) in EGifSpew() 1140 sp->RasterBits + j * SavedWidth, in EGifSpew() 1147 sp->RasterBits + j * SavedWidth, in EGifSpew()
|
D | gif_lib.h | 68 GifByteType *RasterBits; /* on malloc(3) heap */ member
|
D | gifbuild.c | 623 NewImage->RasterBits = (unsigned char *) Raster; in Icon2Gif() 847 GifByteType ch = image->RasterBits[i*image->ImageDesc.Width + j]; in Gif2Icon()
|
/third_party/flutter/skia/third_party/externals/wuffs/test/c/mimiclib/ |
D | gif.c | 80 memmove(dst->data.ptr + dst->meta.wi, si->RasterBits, num_src); in mimic_gif_decode()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | anim_util.c | 496 in = (const uint8_t*)gif_image->RasterBits; in ReadFrameGIF()
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | anim_util.c | 496 in = (const uint8_t*)gif_image->RasterBits; in ReadFrameGIF()
|