OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lsd_ptr
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/lgif/
fx_gif.cpp
459
gif_ptr->
lsd_ptr
= (GifLSD*)FX_Alloc(uint8_t, sizeof(GifLSD));
460
if (gif_ptr->
lsd_ptr
== NULL) {
466
FXSYS_memset(gif_ptr->
lsd_ptr
, 0, sizeof(GifLSD));
470
FX_Free(gif_ptr->
lsd_ptr
);
485
FX_Free(gif_ptr->
lsd_ptr
);
497
FX_Free(gif_ptr->
lsd_ptr
);
517
if (gif_ptr->
lsd_ptr
!= NULL) {
518
FX_Free(gif_ptr->
lsd_ptr
);
[
all
...]
fx_gif.h
272
GifLSD*
lsd_ptr
;
member in struct:tag_gif_compress_struct
Completed in 235 milliseconds