OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFX_GifPalette
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/fxcodec/gif/
cfx_gif.cpp
14
static_assert(sizeof(
CFX_GifPalette
) == 3,
15
"
CFX_GifPalette
should have a size of 3");
cfx_gif.h
106
typedef struct { uint8_t r, g, b; }
CFX_GifPalette
;
118
std::vector<
CFX_GifPalette
> local_palettes;
cfx_gifcontext.h
33
CFX_GifPalette
* pal,
48
std::vector<
CFX_GifPalette
> global_palette_;
cfx_gifcontext.cpp
58
CFX_GifPalette
* pal,
194
CFX_GifPalette
* pLocalPalette = gif_image->local_palettes.empty()
535
gif_image->local_palettes = std::vector<
CFX_GifPalette
>(loc_pal_size / 3);
cfx_gifcontext_unittest.cpp
214
uint8_t palette[4 * sizeof(
CFX_GifPalette
)];
296
uint8_t palette[4 * sizeof(
CFX_GifPalette
)];
Completed in 439 milliseconds