OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_color_resolution_
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/fxcodec/gif/
cfx_gifcontext.h
65
uint8_t
global_color_resolution_
;
member in class:CFX_GifContext
cfx_gifcontext_unittest.cpp
230
EXPECT_EQ(2, context.
global_color_resolution_
);
311
EXPECT_EQ(2, context.
global_color_resolution_
);
cfx_gifcontext.cpp
39
global_color_resolution_
(0),
406
global_color_resolution_
= lsd->global_flags.color_resolution;
Completed in 66 milliseconds