OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:local_pal_ptr
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/lgif/
fx_gif.cpp
398
if (p->
local_pal_ptr
!= NULL &&
399
p->
local_pal_ptr
!= gif_ptr->global_pal_ptr) {
400
FX_Free(p->
local_pal_ptr
);
[
all
...]
fx_gif.h
111
GifPalette*
local_pal_ptr
;
member in struct:tagGifImage
Completed in 2145 milliseconds