Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
flatemodule.cpp File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "core/fxcodec/flate/flatemodule.h"
#include <stdint.h>
#include <string.h>
#include <algorithm>
#include <limits>
#include <memory>
#include <utility>
#include <vector>
#include "core/fxcodec/scanlinedecoder.h"
#include "core/fxcrt/data_vector.h"
#include "core/fxcrt/fixed_size_data_vector.h"
#include "core/fxcrt/fx_extension.h"
#include "core/fxcrt/fx_memory_wrappers.h"
#include "core/fxcrt/fx_safe_types.h"
#include "core/fxcrt/span_util.h"
#include "core/fxge/calculate_pitch.h"
#include "third_party/base/check.h"
#include "third_party/base/containers/span.h"
#include "third_party/base/notreached.h"
#include "third_party/base/numerics/safe_conversions.h"
#include "third_party/zlib/zlib.h"
+ Include dependency graph for flatemodule.cpp:

Go to the source code of this file.

Namespaces

namespace  fxcodec
 

Functions

static voidmy_alloc_func (void *opaque, unsigned int items, unsigned int size)
 
static void my_free_func (void *opaque, void *address)
 

Function Documentation

◆ my_alloc_func()

static void * my_alloc_func ( void * opaque,
unsigned int items,
unsigned int size )
static

Definition at line 39 of file flatemodule.cpp.

◆ my_free_func()

static void my_free_func ( void * opaque,
void * address )
static

Definition at line 45 of file flatemodule.cpp.

Variable Documentation

◆ m_pFlate

std::unique_ptr<z_stream, FlateDeleter> m_pFlate
protected

Definition at line 643 of file flatemodule.cpp.

◆ m_Scanline

DataVector<uint8_t> m_Scanline
protected

Definition at line 645 of file flatemodule.cpp.

◆ m_SrcBuf

const pdfium::span<const uint8_t> m_SrcBuf
protected

Definition at line 644 of file flatemodule.cpp.