Searched defs:l_comment (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dj2k.c2251 const OPJ_CHAR *l_comment; local
2259 l_comment = p_j2k->m_cp.comment;
2260 l_comment_size = (OPJ_UINT32)strlen(l_comment);
2287 memcpy( l_current_ptr,l_comment,l_comment_size);

Completed in 40 milliseconds