![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcodec/jpx/jpx_decode_utils.h"#include <algorithm>#include <limits>#include <type_traits>#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/fx_memcpy_wrappers.h"#include "core/fxcrt/numerics/safe_conversions.h"Go to the source code of this file.
Namespaces | |
| namespace | fxcodec |
Functions | |
| OPJ_SIZE_T | fxcodec::opj_read_from_memory (void *p_buffer, OPJ_SIZE_T nb_bytes, void *p_user_data) |
| OPJ_OFF_T | fxcodec::opj_skip_from_memory (OPJ_OFF_T nb_bytes, void *p_user_data) |
| OPJ_BOOL | fxcodec::opj_seek_from_memory (OPJ_OFF_T nb_bytes, void *p_user_data) |