![]() |
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/flate/flatemodule.h"#include <stddef.h>#include <algorithm>#include <limits>#include <memory>#include <optional>#include <utility>#include <vector>#include "core/fxcodec/data_and_bytes_consumed.h"#include "core/fxcodec/scanlinedecoder.h"#include "core/fxcrt/check.h"#include "core/fxcrt/data_vector.h"#include "core/fxcrt/fixed_size_data_vector.h"#include "core/fxcrt/fx_2d_size.h"#include "core/fxcrt/fx_extension.h"#include "core/fxcrt/fx_memcpy_wrappers.h"#include "core/fxcrt/fx_safe_types.h"#include "core/fxcrt/notreached.h"#include "core/fxcrt/numerics/safe_conversions.h"#include "core/fxcrt/raw_span.h"#include "core/fxcrt/span.h"#include "core/fxcrt/span_util.h"#include "core/fxcrt/stl_util.h"#include "core/fxge/calculate_pitch.h"#include "third_party/zlib/zlib.h"Go to the source code of this file.
Namespaces | |
| namespace | fxcodec |
Functions | |
| static void * | my_alloc_func (void *opaque, unsigned int items, unsigned int size) |
| static void | my_free_func (void *opaque, void *address) |
Definition at line 43 of file flatemodule.cpp.
Definition at line 49 of file flatemodule.cpp.