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

  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 68 } GifLSD;
272 GifLSD* lsd_ptr;
fx_gif.cpp 459 gif_ptr->lsd_ptr = (GifLSD*)FX_Alloc(uint8_t, sizeof(GifLSD));
466 FXSYS_memset(gif_ptr->lsd_ptr, 0, sizeof(GifLSD));
575 ASSERT(sizeof(GifLSD) == 7);
576 GifLSD* gif_lsd_ptr = NULL;
    [all...]

Completed in 45 milliseconds