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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
jp2.c 401 {JP2_PCLR,opj_jp2_read_pclr},
754 opj_free(color->jp2_pclr->channel_sign);
755 opj_free(color->jp2_pclr->channel_size);
756 opj_free(color->jp2_pclr->entries);
758 if(color->jp2_pclr->cmap) opj_free(color->jp2_pclr->cmap);
760 opj_free(color->jp2_pclr); color->jp2_pclr = NULL;
786 if (color->jp2_pclr && color->jp2_pclr->cmap)
933 opj_jp2_pclr_t *jp2_pclr; local
    [all...]
jp2.h 56 #define JP2_PCLR 0x70636c72 /**< Palette box */
140 opj_jp2_pclr_t *jp2_pclr; member in struct:opj_jp2_color

Completed in 2504 milliseconds