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

  /external/pdfium/core/fxcodec/gif/
cfx_gif.h 118 std::vector<CFX_GifPalette> local_palettes; member in struct:__anon31096
cfx_gifcontext.cpp 194 CFX_GifPalette* pLocalPalette = gif_image->local_palettes.empty()
196 : gif_image->local_palettes.data();
249 !gif_image->local_palettes.empty() ? gif_image->local_pallette_exp
285 !gif_image->local_palettes.empty()
535 gif_image->local_palettes = std::vector<CFX_GifPalette>(loc_pal_size / 3);
537 reinterpret_cast<uint8_t*>(gif_image->local_palettes.data()));
555 2 << (gif_image->local_palettes.empty()

Completed in 52 milliseconds