Home | Sort by relevance Sort by last modified time |
/external/pdfium/core/src/fxcodec/lgif/ | |
fx_gif.cpp | 418 if (gif_ptr->gce_ptr != NULL) {
419 FX_Free(gif_ptr->gce_ptr); 427 if (p->gce_ptr != NULL) { 428 FX_Free(p->gce_ptr); 482 gif_ptr->gce_ptr = (GifGCE*)FX_Alloc(uint8_t, sizeof(GifGCE)); 483 if (gif_ptr->gce_ptr == NULL) { 495 FX_Free(gif_ptr->gce_ptr); 538 if (gif_ptr->gce_ptr != NULL) { 539 FX_Free(gif_ptr->gce_ptr); 723 if (gif_ptr->gce_ptr != NULL && gce_ptr_ptr != NULL) { [all...] |
fx_gif.h | 119 GifGCE* gce_ptr;
member in struct:tagGifPlainText 255 GifGCE* gce_ptr; member in struct:tag_gif_decompress_struct 292 GifGCE* gce_ptr; member in struct:tag_gif_compress_struct |