Home
last modified time | relevance | path

Searched refs:l_comment (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dj2k.c2307 const OPJ_CHAR *l_comment; in opj_j2k_write_com() local
2315 l_comment = p_j2k->m_cp.comment; in opj_j2k_write_com()
2316 l_comment_size = (OPJ_UINT32)strlen(l_comment); in opj_j2k_write_com()
2343 memcpy( l_current_ptr,l_comment,l_comment_size); in opj_j2k_write_com()