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

  /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

Completed in 1909 milliseconds